Html Css Color HEX #CFF00C Electric Lime

📋 copy color: '#CFF00C'

red 207 ◦ green 240 ◦ blue 12

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

Shades of Electric Lime #CFF00C

Tints of Electric Lime #CFF00C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.29%

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

R = 45.1%
G = 52.29%
B = 2.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#CFF00C (or 0xCFF00C) is known color: Electric Lime. HEX triplet: CF, F0 and 0C. RGB value is (207,240,12). Sum of RGB (Red+Green+Blue) = 207+240+12=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF00C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF00C is #300FF3. Grayscale: #CDCDCD. Windows color (decimal): -3149812 or 848079. OLE color: 848079.

HSL color Cylindrical-coordinate representation of color #CFF00C: hue angle of 68.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFF00C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 240 12 -
CMYK 0.14 0 0.95 0.06
HSL 68.68º 0.9% 0.49% -
HSV(B) 68.68º 0.95% 0.94% -
XYZ 56.96 75.61 11.94 -
YUV 204.14 19.57 130.04 -
System Red Green Blue C M Y K H S L
Decimal 207 240 12 0.14 0 0.95 0.06 68.68 0.9 0.49
Hex CF F0 C E 0 5F 6 45 5A 31
Octal 317 360 14 16 0 137 6 105 132 61
Binary 11001111 11110000 1100 1110 0 1011111 110 1000101 1011010 110001

Color Harmonies of #CFF00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF00C

Black with #CFF00C

Text Example


Text Example

White with #CFF00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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