Html Css Color HEX #74FE31 Bright Green

📋 copy color: '#74FE31'

red 116 ◦ green 254 ◦ blue 49

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

Shades of Bright Green #74FE31

Tints of Bright Green #74FE31

RGB

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

 GREEN value IS 254 (99.61% from 255) = 60.62%

 BLUE value IS 49 (19.53% from 255) = 11.69%

R = 27.68%
G = 60.62%
B = 11.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#74FE31 (or 0x74FE31) is known color: Bright Green. HEX triplet: 74, FE and 31. RGB value is (116,254,49). Sum of RGB (Red+Green+Blue) = 116+254+49=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 254 (99.61% from 255 or 60.62% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FE31 is #8B01CE. Grayscale: #BEBEBE. Windows color (decimal): -9109967 or 3276404. OLE color: 3276404.

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

Color convert

RGB 116 254 49 -
CMYK 0.54 0 0.81 0.00
HSL 100.39º 0.99% 0.59% -
HSV(B) 100.39º 0.81% 1% -
XYZ 43.2 74.82 15.07 -
YUV 189.37 48.78 75.67 -
System Red Green Blue C M Y K H S L
Decimal 116 254 49 0.54 0 0.81 0.00 100.39 0.99 0.59
Hex 74 FE 31 36 0 51 0 64 63 3B
Octal 164 376 61 66 0 121 0 144 143 73
Binary 1110100 11111110 110001 110110 0 1010001 0 1100100 1100011 111011

Color Harmonies of #74FE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FE31

Black with #74FE31

Text Example


Text Example

White with #74FE31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,254,49); }

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

background-color css

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

 a { background-color: rgb(116,254,49); }

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

border-color css

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

 span { border-color: rgb(116,254,49); }

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