Html Css Color HEX #CBEE10 Electric Lime

📋 copy color: '#CBEE10'

red 203 ◦ green 238 ◦ blue 16

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

Shades of Electric Lime #CBEE10

Tints of Electric Lime #CBEE10

RGB

 RED value IS 203 (79.69% from 255) = 44.42%

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

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

R = 44.42%
G = 52.08%
B = 3.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#CBEE10 (or 0xCBEE10) is known color: Electric Lime. HEX triplet: CB, EE and 10. RGB value is (203,238,16). Sum of RGB (Red+Green+Blue) = 203+238+16=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEE10 is #3411EF. Grayscale: #CBCBCB. Windows color (decimal): -3412464 or 1109707. OLE color: 1109707.

HSL color Cylindrical-coordinate representation of color #CBEE10: hue angle of 69.46º 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 #CBEE10 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 238 16 -
CMYK 0.15 0 0.93 0.07
HSL 69.46º 0.87% 0.5% -
HSV(B) 69.46º 0.93% 0.93% -
XYZ 55.3 73.88 11.84 -
YUV 202.23 22.9 128.55 -
System Red Green Blue C M Y K H S L
Decimal 203 238 16 0.15 0 0.93 0.07 69.46 0.87 0.5
Hex CB EE 10 F 0 5D 7 45 57 32
Octal 313 356 20 17 0 135 7 105 127 62
Binary 11001011 11101110 10000 1111 0 1011101 111 1000101 1010111 110010

Color Harmonies of #CBEE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEE10

Black with #CBEE10

Text Example


Text Example

White with #CBEE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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