Html Css Color HEX #CFF70C Electric Lime

📋 copy color: '#CFF70C'

red 207 ◦ green 247 ◦ blue 12

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

Shades of Electric Lime #CFF70C

Tints of Electric Lime #CFF70C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 53%

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

R = 44.42%
G = 53%
B = 2.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#CFF70C (or 0xCFF70C) is known color: Electric Lime. HEX triplet: CF, F7 and 0C. RGB value is (207,247,12). Sum of RGB (Red+Green+Blue) = 207+247+12=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 247 (96.88% from 255 or 53.00% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF70C is #3008F3. Grayscale: #D1D1D1. Windows color (decimal): -3148020 or 849871. OLE color: 849871.

HSL color Cylindrical-coordinate representation of color #CFF70C: hue angle of 70.21º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFF70C is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 247 12 -
CMYK 0.16 0 0.95 0.03
HSL 70.21º 0.94% 0.51% -
HSV(B) 70.21º 0.95% 0.97% -
XYZ 59.06 79.81 12.64 -
YUV 208.25 17.25 127.11 -
System Red Green Blue C M Y K H S L
Decimal 207 247 12 0.16 0 0.95 0.03 70.21 0.94 0.51
Hex CF F7 C 10 0 5F 3 46 5E 33
Octal 317 367 14 20 0 137 3 106 136 63
Binary 11001111 11110111 1100 10000 0 1011111 11 1000110 1011110 110011

Color Harmonies of #CFF70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF70C

Black with #CFF70C

Text Example


Text Example

White with #CFF70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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