Html Css Color HEX #CEE103 Electric Lime

📋 copy color: '#CEE103'

red 206 ◦ green 225 ◦ blue 3

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

Shades of Electric Lime #CEE103

Tints of Electric Lime #CEE103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 47.47%
G = 51.84%
B = 0.69%

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

#CEE103 (or 0xCEE103) is known color: Electric Lime. HEX triplet: CE, E1 and 03. RGB value is (206,225,3). Sum of RGB (Red+Green+Blue) = 206+225+3=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 3 (1.56% from 255 or 0.69% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE103 is #311EFC. Grayscale: #C2C2C2. Windows color (decimal): -3219197 or 254414. OLE color: 254414.

HSL color Cylindrical-coordinate representation of color #CEE103: hue angle of 65.14º degrees, saturation: 0.97, 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 #CEE103 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 3 -
CMYK 0.08 0 0.99 0.12
HSL 65.14º 0.97% 0.45% -
HSV(B) 65.14º 0.99% 0.88% -
XYZ 52.4 66.98 10.25 -
YUV 194.01 20.21 136.55 -
System Red Green Blue C M Y K H S L
Decimal 206 225 3 0.08 0 0.99 0.12 65.14 0.97 0.45
Hex CE E1 3 8 0 63 C 41 61 2D
Octal 316 341 3 10 0 143 14 101 141 55
Binary 11001110 11100001 11 1000 0 1100011 1100 1000001 1100001 101101

Color Harmonies of #CEE103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE103

Black with #CEE103

Text Example


Text Example

White with #CEE103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE103; }

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

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

background-color css

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

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

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

border-color css

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

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

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