Html Css Color HEX #CFF814 Electric Lime

📋 copy color: '#CFF814'

red 207 ◦ green 248 ◦ blue 20

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

Shades of Electric Lime #CFF814

Tints of Electric Lime #CFF814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.21%

R = 43.58%
G = 52.21%
B = 4.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#CFF814 (or 0xCFF814) is known color: Electric Lime. HEX triplet: CF, F8 and 14. RGB value is (207,248,20). Sum of RGB (Red+Green+Blue) = 207+248+20=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 248 (97.27% from 255 or 52.21% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF814 is #3007EB. Grayscale: #D2D2D2. Windows color (decimal): -3147756 or 1374415. OLE color: 1374415.

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

Color convert

RGB 207 248 20 -
CMYK 0.17 0 0.92 0.03
HSL 70.79º 0.94% 0.53% -
HSV(B) 70.79º 0.92% 0.97% -
XYZ 59.43 80.45 13.06 -
YUV 209.75 20.92 126.04 -
System Red Green Blue C M Y K H S L
Decimal 207 248 20 0.17 0 0.92 0.03 70.79 0.94 0.53
Hex CF F8 14 11 0 5C 3 47 5E 35
Octal 317 370 24 21 0 134 3 107 136 65
Binary 11001111 11111000 10100 10001 0 1011100 11 1000111 1011110 110101

Color Harmonies of #CFF814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF814

Black with #CFF814

Text Example


Text Example

White with #CFF814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF814; }

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

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

background-color css

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

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

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

border-color css

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

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

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