Html Css Color HEX #CFFC0A Electric Lime

📋 copy color: '#CFFC0A'

red 207 ◦ green 252 ◦ blue 10

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

Shades of Electric Lime #CFFC0A

Tints of Electric Lime #CFFC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.13%

R = 44.14%
G = 53.73%
B = 2.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#CFFC0A (or 0xCFFC0A) is known color: Electric Lime. HEX triplet: CF, FC and 0A. RGB value is (207,252,10). Sum of RGB (Red+Green+Blue) = 207+252+10=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 252 (98.83% from 255 or 53.73% from 469); Blue value is 10 (4.30% from 255 or 2.13% from 469); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFC0A is #3003F5. Grayscale: #D3D3D3. Windows color (decimal): -3146742 or 720079. OLE color: 720079.

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

Color convert

RGB 207 252 10 -
CMYK 0.18 0 0.96 0.01
HSL 71.16º 0.98% 0.51% -
HSV(B) 71.16º 0.96% 0.99% -
XYZ 60.6 82.91 13.1 -
YUV 210.96 14.59 125.18 -
System Red Green Blue C M Y K H S L
Decimal 207 252 10 0.18 0 0.96 0.01 71.16 0.98 0.51
Hex CF FC A 12 0 60 1 47 62 33
Octal 317 374 12 22 0 140 1 107 142 63
Binary 11001111 11111100 1010 10010 0 1100000 1 1000111 1100010 110011

Color Harmonies of #CFFC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFC0A

Black with #CFFC0A

Text Example


Text Example

White with #CFFC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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