Html Css Color HEX #5CF004 Bright Green

📋 copy color: '#5CF004'

red 92 ◦ green 240 ◦ blue 4

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

Shades of Bright Green #5CF004

Tints of Bright Green #5CF004

RGB

 RED value IS 92 (36.33% from 255) = 27.38%

 GREEN value IS 240 (94.14% from 255) = 71.43%

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 27.38%
G = 71.43%
B = 1.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#5CF004 (or 0x5CF004) is known color: Bright Green. HEX triplet: 5C, F0 and 04. RGB value is (92,240,4). Sum of RGB (Red+Green+Blue) = 92+240+4=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 240 (94.14% from 255 or 71.43% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 240 - color contains mainly: green. Hex color #5CF004 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5CF004 is #A30FFB. Grayscale: #A9A9A9. Windows color (decimal): -10686460 or 323676. OLE color: 323676.

HSL color Cylindrical-coordinate representation of color #5CF004: hue angle of 97.63º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5CF004 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 92 240 4 -
CMYK 0.62 0 0.98 0.06
HSL 97.63º 0.97% 0.48% -
HSV(B) 97.63º 0.98% 0.94% -
XYZ 35.6 64.6 10.71 -
YUV 168.84 34.97 73.19 -
System Red Green Blue C M Y K H S L
Decimal 92 240 4 0.62 0 0.98 0.06 97.63 0.97 0.48
Hex 5C F0 4 3E 0 62 6 62 61 30
Octal 134 360 4 76 0 142 6 142 141 60
Binary 1011100 11110000 100 111110 0 1100010 110 1100010 1100001 110000

Color Harmonies of #5CF004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CF004

Black with #5CF004

Text Example


Text Example

White with #5CF004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CF004; }

 p { color: rgb(92,240,4); }

 H1.HeaderClassName
 {
   color: #5CF004;
 }
 .AnyTagClassName
 {
   color: #5CF004;
 }
</style>

background-color css

<style>
 a { background-color: #5CF004; }

 a { background-color: rgb(92,240,4); }

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

border-color css

<style>
 span { border-color: #5CF004; }

 span { border-color: rgb(92,240,4); }

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