Html Css Color HEX #CFF00F Electric Lime

📋 copy color: '#CFF00F'

red 207 ◦ green 240 ◦ blue 15

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

Shades of Electric Lime #CFF00F

Tints of Electric Lime #CFF00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.25%

R = 44.81%
G = 51.95%
B = 3.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#CFF00F (or 0xCFF00F) is known color: Electric Lime. HEX triplet: CF, F0 and 0F. RGB value is (207,240,15). Sum of RGB (Red+Green+Blue) = 207+240+15=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF00F is #300FF0. Grayscale: #CDCDCD. Windows color (decimal): -3149809 or 1044687. OLE color: 1044687.

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

Color convert

RGB 207 240 15 -
CMYK 0.14 0 0.94 0.06
HSL 68.8º 0.88% 0.5% -
HSV(B) 68.8º 0.94% 0.94% -
XYZ 56.98 75.62 12.04 -
YUV 204.48 21.07 129.8 -
System Red Green Blue C M Y K H S L
Decimal 207 240 15 0.14 0 0.94 0.06 68.8 0.88 0.5
Hex CF F0 F E 0 5E 6 45 58 32
Octal 317 360 17 16 0 136 6 105 130 62
Binary 11001111 11110000 1111 1110 0 1011110 110 1000101 1011000 110010

Color Harmonies of #CFF00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF00F

Black with #CFF00F

Text Example


Text Example

White with #CFF00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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