Html Css Color HEX #74FC30 Bright Green

📋 copy color: '#74FC30'

red 116 ◦ green 252 ◦ blue 48

#74FC30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #74FC30

Tints of Bright Green #74FC30

RGB

 RED value IS 116 (45.7% from 255) = 27.88%

 GREEN value IS 252 (98.83% from 255) = 60.58%

 BLUE value IS 48 (19.14% from 255) = 11.54%

R = 27.88%
G = 60.58%
B = 11.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#74FC30 (or 0x74FC30) is known color: Bright Green. HEX triplet: 74, FC and 30. RGB value is (116,252,48). Sum of RGB (Red+Green+Blue) = 116+252+48=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 252 (98.83% from 255 or 60.58% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 252 - color contains mainly: green. Hex color #74FC30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FC30 is #8B03CF. Grayscale: #BCBCBC. Windows color (decimal): -9110480 or 3210356. OLE color: 3210356.

HSL color Cylindrical-coordinate representation of color #74FC30: hue angle of 100º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74FC30 is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 252 48 -
CMYK 0.54 0 0.81 0.01
HSL 100º 0.97% 0.59% -
HSV(B) 100º 0.81% 0.99% -
XYZ 42.55 73.55 14.75 -
YUV 188.08 48.94 76.59 -
System Red Green Blue C M Y K H S L
Decimal 116 252 48 0.54 0 0.81 0.01 100 0.97 0.59
Hex 74 FC 30 36 0 51 1 64 61 3B
Octal 164 374 60 66 0 121 1 144 141 73
Binary 1110100 11111100 110000 110110 0 1010001 1 1100100 1100001 111011

Color Harmonies of #74FC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FC30

Black with #74FC30

Text Example


Text Example

White with #74FC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74FC30; }

 p { color: rgb(116,252,48); }

 H1.HeaderClassName
 {
   color: #74FC30;
 }
 .AnyTagClassName
 {
   color: #74FC30;
 }
</style>

background-color css

<style>
 a { background-color: #74FC30; }

 a { background-color: rgb(116,252,48); }

 div.DivClassName
 {
   background-color: #74FC30;
 }
 .BgClassName
 {
   background-color: #74FC30;
 }
</style>

border-color css

<style>
 span { border-color: #74FC30; }

 span { border-color: rgb(116,252,48); }

 td.TdClassName
 {
   border-color: #74FC30;
 }
 .TagClassName
 {
   border-color: #74FC30;
 }
</style>