Html Css Color HEX #CFF81C Electric Lime

📋 copy color: '#CFF81C'

red 207 ◦ green 248 ◦ blue 28

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

Shades of Electric Lime #CFF81C

Tints of Electric Lime #CFF81C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.35%

 BLUE value IS 28 (11.33% from 255) = 5.8%

R = 42.86%
G = 51.35%
B = 5.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#CFF81C (or 0xCFF81C) is known color: Electric Lime. HEX triplet: CF, F8 and 1C. RGB value is (207,248,28). Sum of RGB (Red+Green+Blue) = 207+248+28=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 248 (97.27% from 255 or 51.35% from 483); Blue value is 28 (11.33% from 255 or 5.80% from 483); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF81C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF81C is #3007E3. Grayscale: #D3D3D3. Windows color (decimal): -3147748 or 1898703. OLE color: 1898703.

HSL color Cylindrical-coordinate representation of color #CFF81C: hue angle of 71.18º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFF81C is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 248 28 -
CMYK 0.17 0 0.89 0.03
HSL 71.18º 0.94% 0.54% -
HSV(B) 71.18º 0.89% 0.97% -
XYZ 59.51 80.48 13.5 -
YUV 210.66 24.92 125.39 -
System Red Green Blue C M Y K H S L
Decimal 207 248 28 0.17 0 0.89 0.03 71.18 0.94 0.54
Hex CF F8 1C 11 0 59 3 47 5E 36
Octal 317 370 34 21 0 131 3 107 136 66
Binary 11001111 11111000 11100 10001 0 1011001 11 1000111 1011110 110110

Color Harmonies of #CFF81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF81C

Black with #CFF81C

Text Example


Text Example

White with #CFF81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF81C; }

 p { color: rgb(207,248,28); }

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

background-color css

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

 a { background-color: rgb(207,248,28); }

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

border-color css

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

 span { border-color: rgb(207,248,28); }

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