Html Css Color HEX #CFFC14 Electric Lime

📋 copy color: '#CFFC14'

red 207 ◦ green 252 ◦ blue 20

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

Shades of Electric Lime #CFFC14

Tints of Electric Lime #CFFC14

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.61%

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

R = 43.22%
G = 52.61%
B = 4.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#CFFC14 (or 0xCFFC14) is known color: Electric Lime. HEX triplet: CF, FC and 14. RGB value is (207,252,20). Sum of RGB (Red+Green+Blue) = 207+252+20=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 20 (8.20% from 255 or 4.18% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFC14 is #3003EB. Grayscale: #D4D4D4. Windows color (decimal): -3146732 or 1375439. OLE color: 1375439.

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

Color convert

RGB 207 252 20 -
CMYK 0.18 0 0.92 0.01
HSL 71.64º 0.97% 0.53% -
HSV(B) 71.64º 0.92% 0.99% -
XYZ 60.67 82.94 13.47 -
YUV 212.1 19.59 124.36 -
System Red Green Blue C M Y K H S L
Decimal 207 252 20 0.18 0 0.92 0.01 71.64 0.97 0.53
Hex CF FC 14 12 0 5C 1 48 61 35
Octal 317 374 24 22 0 134 1 110 141 65
Binary 11001111 11111100 10100 10010 0 1011100 1 1001000 1100001 110101

Color Harmonies of #CFFC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFC14

Black with #CFFC14

Text Example


Text Example

White with #CFFC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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