Html Css Color HEX #CFEE0F Electric Lime

📋 copy color: '#CFEE0F'

red 207 ◦ green 238 ◦ blue 15

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

Shades of Electric Lime #CFEE0F

Tints of Electric Lime #CFEE0F

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.74%

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

R = 45%
G = 51.74%
B = 3.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#CFEE0F (or 0xCFEE0F) is known color: Electric Lime. HEX triplet: CF, EE and 0F. RGB value is (207,238,15). Sum of RGB (Red+Green+Blue) = 207+238+15=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEE0F is #3011F0. Grayscale: #CCCCCC. Windows color (decimal): -3150321 or 1044175. OLE color: 1044175.

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

Color convert

RGB 207 238 15 -
CMYK 0.13 0 0.94 0.07
HSL 68.34º 0.88% 0.5% -
HSV(B) 68.34º 0.94% 0.93% -
XYZ 56.39 74.45 11.85 -
YUV 203.31 21.73 130.63 -
System Red Green Blue C M Y K H S L
Decimal 207 238 15 0.13 0 0.94 0.07 68.34 0.88 0.5
Hex CF EE F D 0 5E 7 44 58 32
Octal 317 356 17 15 0 136 7 104 130 62
Binary 11001111 11101110 1111 1101 0 1011110 111 1000100 1011000 110010

Color Harmonies of #CFEE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEE0F

Black with #CFEE0F

Text Example


Text Example

White with #CFEE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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