Html Css Color HEX #CEE102 Electric Lime

📋 copy color: '#CEE102'

red 206 ◦ green 225 ◦ blue 2

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

Shades of Electric Lime #CEE102

Tints of Electric Lime #CEE102

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.96%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 47.58%
G = 51.96%
B = 0.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#CEE102 (or 0xCEE102) is known color: Electric Lime. HEX triplet: CE, E1 and 02. RGB value is (206,225,2). Sum of RGB (Red+Green+Blue) = 206+225+2=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE102 is #311EFD. Grayscale: #C2C2C2. Windows color (decimal): -3219198 or 188878. OLE color: 188878.

HSL color Cylindrical-coordinate representation of color #CEE102: hue angle of 65.11º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEE102 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 2 -
CMYK 0.08 0 0.99 0.12
HSL 65.11º 0.98% 0.45% -
HSV(B) 65.11º 0.99% 0.88% -
XYZ 52.39 66.98 10.22 -
YUV 193.9 19.71 136.63 -
System Red Green Blue C M Y K H S L
Decimal 206 225 2 0.08 0 0.99 0.12 65.11 0.98 0.45
Hex CE E1 2 8 0 63 C 41 62 2D
Octal 316 341 2 10 0 143 14 101 142 55
Binary 11001110 11100001 10 1000 0 1100011 1100 1000001 1100010 101101

Color Harmonies of #CEE102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE102

Black with #CEE102

Text Example


Text Example

White with #CEE102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE102; }

 p { color: rgb(206,225,2); }

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

background-color css

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

 a { background-color: rgb(206,225,2); }

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

border-color css

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

 span { border-color: rgb(206,225,2); }

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