Html Css Color HEX #CFE40C Electric Lime

📋 copy color: '#CFE40C'

red 207 ◦ green 228 ◦ blue 12

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

Shades of Electric Lime #CFE40C

Tints of Electric Lime #CFE40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.68%

R = 46.31%
G = 51.01%
B = 2.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#CFE40C (or 0xCFE40C) is known color: Electric Lime. HEX triplet: CF, E4 and 0C. RGB value is (207,228,12). Sum of RGB (Red+Green+Blue) = 207+228+12=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE40C is #301BF3. Grayscale: #C5C5C5. Windows color (decimal): -3152884 or 845007. OLE color: 845007.

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

Color convert

RGB 207 228 12 -
CMYK 0.09 0 0.95 0.11
HSL 65.83º 0.9% 0.47% -
HSV(B) 65.83º 0.95% 0.89% -
XYZ 53.54 68.78 10.8 -
YUV 197.1 23.54 135.06 -
System Red Green Blue C M Y K H S L
Decimal 207 228 12 0.09 0 0.95 0.11 65.83 0.9 0.47
Hex CF E4 C 9 0 5F B 42 5A 2F
Octal 317 344 14 11 0 137 13 102 132 57
Binary 11001111 11100100 1100 1001 0 1011111 1011 1000010 1011010 101111

Color Harmonies of #CFE40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE40C

Black with #CFE40C

Text Example


Text Example

White with #CFE40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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