Html Css Color HEX #CEEE14 Electric Lime

📋 copy color: '#CEEE14'

red 206 ◦ green 238 ◦ blue 20

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

Shades of Electric Lime #CEEE14

Tints of Electric Lime #CEEE14

RGB

 RED value IS 206 (80.86% from 255) = 44.4%

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

 BLUE value IS 20 (8.2% from 255) = 4.31%

R = 44.4%
G = 51.29%
B = 4.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#CEEE14 (or 0xCEEE14) is known color: Electric Lime. HEX triplet: CE, EE and 14. RGB value is (206,238,20). Sum of RGB (Red+Green+Blue) = 206+238+20=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEE14 is #3111EB. Grayscale: #CCCCCC. Windows color (decimal): -3215852 or 1371854. OLE color: 1371854.

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

Color convert

RGB 206 238 20 -
CMYK 0.13 0 0.92 0.07
HSL 68.81º 0.87% 0.51% -
HSV(B) 68.81º 0.92% 0.93% -
XYZ 56.15 74.32 12.05 -
YUV 203.58 24.4 129.73 -
System Red Green Blue C M Y K H S L
Decimal 206 238 20 0.13 0 0.92 0.07 68.81 0.87 0.51
Hex CE EE 14 D 0 5C 7 45 57 33
Octal 316 356 24 15 0 134 7 105 127 63
Binary 11001110 11101110 10100 1101 0 1011100 111 1000101 1010111 110011

Color Harmonies of #CEEE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEE14

Black with #CEEE14

Text Example


Text Example

White with #CEEE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEE14; }

 p { color: rgb(206,238,20); }

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

background-color css

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

 a { background-color: rgb(206,238,20); }

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

border-color css

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

 span { border-color: rgb(206,238,20); }

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