Html Css Color HEX #CFE40A Electric Lime

📋 copy color: '#CFE40A'

red 207 ◦ green 228 ◦ blue 10

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

Shades of Electric Lime #CFE40A

Tints of Electric Lime #CFE40A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.24%

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

R = 46.52%
G = 51.24%
B = 2.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#CFE40A (or 0xCFE40A) is known color: Electric Lime. HEX triplet: CF, E4 and 0A. RGB value is (207,228,10). Sum of RGB (Red+Green+Blue) = 207+228+10=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 228 (89.45% from 255 or 51.24% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE40A is #301BF5. Grayscale: #C5C5C5. Windows color (decimal): -3152886 or 713935. OLE color: 713935.

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

Color convert

RGB 207 228 10 -
CMYK 0.09 0 0.96 0.11
HSL 65.78º 0.92% 0.47% -
HSV(B) 65.78º 0.96% 0.89% -
XYZ 53.53 68.77 10.74 -
YUV 196.87 22.54 135.23 -
System Red Green Blue C M Y K H S L
Decimal 207 228 10 0.09 0 0.96 0.11 65.78 0.92 0.47
Hex CF E4 A 9 0 60 B 42 5C 2F
Octal 317 344 12 11 0 140 13 102 134 57
Binary 11001111 11100100 1010 1001 0 1100000 1011 1000010 1011100 101111

Color Harmonies of #CFE40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE40A

Black with #CFE40A

Text Example


Text Example

White with #CFE40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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