Html Css Color HEX #CFE50A Electric Lime

📋 copy color: '#CFE50A'

red 207 ◦ green 229 ◦ blue 10

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

Shades of Electric Lime #CFE50A

Tints of Electric Lime #CFE50A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.35%

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

R = 46.41%
G = 51.35%
B = 2.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#CFE50A (or 0xCFE50A) is known color: Electric Lime. HEX triplet: CF, E5 and 0A. RGB value is (207,229,10). Sum of RGB (Red+Green+Blue) = 207+229+10=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE50A is #301AF5. Grayscale: #C6C6C6. Windows color (decimal): -3152630 or 714191. OLE color: 714191.

HSL color Cylindrical-coordinate representation of color #CFE50A: hue angle of 66.03º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFE50A is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 10 -
CMYK 0.10 0 0.96 0.10
HSL 66.03º 0.92% 0.47% -
HSV(B) 66.03º 0.96% 0.9% -
XYZ 53.81 69.33 10.83 -
YUV 197.46 22.21 134.81 -
System Red Green Blue C M Y K H S L
Decimal 207 229 10 0.10 0 0.96 0.10 66.03 0.92 0.47
Hex CF E5 A A 0 60 A 42 5C 2F
Octal 317 345 12 12 0 140 12 102 134 57
Binary 11001111 11100101 1010 1010 0 1100000 1010 1000010 1011100 101111

Color Harmonies of #CFE50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE50A

Black with #CFE50A

Text Example


Text Example

White with #CFE50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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