Html Css Color HEX #CFE00A Electric Lime

📋 copy color: '#CFE00A'

red 207 ◦ green 224 ◦ blue 10

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

Shades of Electric Lime #CFE00A

Tints of Electric Lime #CFE00A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.79%

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

R = 46.94%
G = 50.79%
B = 2.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#CFE00A (or 0xCFE00A) is known color: Electric Lime. HEX triplet: CF, E0 and 0A. RGB value is (207,224,10). Sum of RGB (Red+Green+Blue) = 207+224+10=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 224 (87.89% from 255 or 50.79% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE00A is #301FF5. Grayscale: #C3C3C3. Windows color (decimal): -3153910 or 712911. OLE color: 712911.

HSL color Cylindrical-coordinate representation of color #CFE00A: hue angle of 64.77º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFE00A is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 10 -
CMYK 0.08 0 0.96 0.12
HSL 64.77º 0.91% 0.46% -
HSV(B) 64.77º 0.96% 0.88% -
XYZ 52.44 66.6 10.38 -
YUV 194.52 23.87 136.9 -
System Red Green Blue C M Y K H S L
Decimal 207 224 10 0.08 0 0.96 0.12 64.77 0.91 0.46
Hex CF E0 A 8 0 60 C 41 5B 2E
Octal 317 340 12 10 0 140 14 101 133 56
Binary 11001111 11100000 1010 1000 0 1100000 1100 1000001 1011011 101110

Color Harmonies of #CFE00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE00A

Black with #CFE00A

Text Example


Text Example

White with #CFE00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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