Html Css Color HEX #CFF204 Electric Lime

📋 copy color: '#CFF204'

red 207 ◦ green 242 ◦ blue 4

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

Shades of Electric Lime #CFF204

Tints of Electric Lime #CFF204

RGB

 RED value IS 207 (81.25% from 255) = 45.7%

 GREEN value IS 242 (94.92% from 255) = 53.42%

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

R = 45.7%
G = 53.42%
B = 0.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#CFF204 (or 0xCFF204) is known color: Electric Lime. HEX triplet: CF, F2 and 04. RGB value is (207,242,4). Sum of RGB (Red+Green+Blue) = 207+242+4=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 242 (94.92% from 255 or 53.42% from 453); Blue value is 4 (1.95% from 255 or 0.88% from 453); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF204 is #300DFB. Grayscale: #CDCDCD. Windows color (decimal): -3149308 or 324303. OLE color: 324303.

HSL color Cylindrical-coordinate representation of color #CFF204: hue angle of 68.82º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFF204 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 4 -
CMYK 0.14 0 0.98 0.05
HSL 68.82º 0.97% 0.48% -
HSV(B) 68.82º 0.98% 0.95% -
XYZ 57.51 76.78 11.9 -
YUV 204.4 14.9 129.85 -
System Red Green Blue C M Y K H S L
Decimal 207 242 4 0.14 0 0.98 0.05 68.82 0.97 0.48
Hex CF F2 4 E 0 62 5 45 61 30
Octal 317 362 4 16 0 142 5 105 141 60
Binary 11001111 11110010 100 1110 0 1100010 101 1000101 1100001 110000

Color Harmonies of #CFF204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF204

Black with #CFF204

Text Example


Text Example

White with #CFF204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF204; }

 p { color: rgb(207,242,4); }

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

background-color css

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

 a { background-color: rgb(207,242,4); }

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

border-color css

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

 span { border-color: rgb(207,242,4); }

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