Html Css Color HEX #CFEE10 Electric Lime

📋 copy color: '#CFEE10'

red 207 ◦ green 238 ◦ blue 16

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

Shades of Electric Lime #CFEE10

Tints of Electric Lime #CFEE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.47%

R = 44.9%
G = 51.63%
B = 3.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#CFEE10 (or 0xCFEE10) is known color: Electric Lime. HEX triplet: CF, EE and 10. RGB value is (207,238,16). Sum of RGB (Red+Green+Blue) = 207+238+16=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 238 (93.36% from 255 or 51.63% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEE10 is #3011EF. Grayscale: #CCCCCC. Windows color (decimal): -3150320 or 1109711. OLE color: 1109711.

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

Color convert

RGB 207 238 16 -
CMYK 0.13 0 0.93 0.07
HSL 68.38º 0.87% 0.5% -
HSV(B) 68.38º 0.93% 0.93% -
XYZ 56.4 74.45 11.89 -
YUV 203.42 22.23 130.55 -
System Red Green Blue C M Y K H S L
Decimal 207 238 16 0.13 0 0.93 0.07 68.38 0.87 0.5
Hex CF EE 10 D 0 5D 7 44 57 32
Octal 317 356 20 15 0 135 7 104 127 62
Binary 11001111 11101110 10000 1101 0 1011101 111 1000100 1010111 110010

Color Harmonies of #CFEE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEE10

Black with #CFEE10

Text Example


Text Example

White with #CFEE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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