Html Css Color HEX #CFE20A Electric Lime

📋 copy color: '#CFE20A'

red 207 ◦ green 226 ◦ blue 10

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

Shades of Electric Lime #CFE20A

Tints of Electric Lime #CFE20A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.02%

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

R = 46.73%
G = 51.02%
B = 2.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#CFE20A (or 0xCFE20A) is known color: Electric Lime. HEX triplet: CF, E2 and 0A. RGB value is (207,226,10). Sum of RGB (Red+Green+Blue) = 207+226+10=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 226 (88.67% from 255 or 51.02% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE20A is #301DF5. Grayscale: #C4C4C4. Windows color (decimal): -3153398 or 713423. OLE color: 713423.

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

Color convert

RGB 207 226 10 -
CMYK 0.08 0 0.96 0.11
HSL 65.28º 0.92% 0.46% -
HSV(B) 65.28º 0.96% 0.89% -
XYZ 52.98 67.68 10.56 -
YUV 195.7 23.21 136.06 -
System Red Green Blue C M Y K H S L
Decimal 207 226 10 0.08 0 0.96 0.11 65.28 0.92 0.46
Hex CF E2 A 8 0 60 B 41 5C 2E
Octal 317 342 12 10 0 140 13 101 134 56
Binary 11001111 11100010 1010 1000 0 1100000 1011 1000001 1011100 101110

Color Harmonies of #CFE20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE20A

Black with #CFE20A

Text Example


Text Example

White with #CFE20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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