Html Css Color HEX #CFFF0A Electric Lime

📋 copy color: '#CFFF0A'

red 207 ◦ green 255 ◦ blue 10

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

Shades of Electric Lime #CFFF0A

Tints of Electric Lime #CFFF0A

RGB

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

 GREEN value IS 255 (100% from 255) = 54.03%

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

R = 43.86%
G = 54.03%
B = 2.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#CFFF0A (or 0xCFFF0A) is known color: Electric Lime. HEX triplet: CF, FF and 0A. RGB value is (207,255,10). Sum of RGB (Red+Green+Blue) = 207+255+10=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF0A is #3000F5. Grayscale: #D5D5D5. Windows color (decimal): -3145974 or 720847. OLE color: 720847.

HSL color Cylindrical-coordinate representation of color #CFFF0A: hue angle of 71.76º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFFF0A is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 207 255 10 -
CMYK 0.19 0 0.96 0
HSL 71.76º 1% 0.52% -
HSV(B) 71.76º 0.96% 1% -
XYZ 61.55 84.81 13.41 -
YUV 212.72 13.6 123.92 -
System Red Green Blue C M Y K H S L
Decimal 207 255 10 0.19 0 0.96 0 71.76 1 0.52
Hex CF FF A 13 0 60 0 48 64 34
Octal 317 377 12 23 0 140 0 110 144 64
Binary 11001111 11111111 1010 10011 0 1100000 0 1001000 1100100 110100

Color Harmonies of #CFFF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFF0A

Black with #CFFF0A

Text Example


Text Example

White with #CFFF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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