Html Css Color HEX #CBEE0A Electric Lime

📋 copy color: '#CBEE0A'

red 203 ◦ green 238 ◦ blue 10

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

Shades of Electric Lime #CBEE0A

Tints of Electric Lime #CBEE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.22%

R = 45.01%
G = 52.77%
B = 2.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#CBEE0A (or 0xCBEE0A) is known color: Electric Lime. HEX triplet: CB, EE and 0A. RGB value is (203,238,10). Sum of RGB (Red+Green+Blue) = 203+238+10=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 238 (93.36% from 255 or 52.77% from 451); Blue value is 10 (4.30% from 255 or 2.22% from 451); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEE0A is #3411F5. Grayscale: #CACACA. Windows color (decimal): -3412470 or 716491. OLE color: 716491.

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

Color convert

RGB 203 238 10 -
CMYK 0.15 0 0.96 0.07
HSL 69.21º 0.92% 0.49% -
HSV(B) 69.21º 0.96% 0.93% -
XYZ 55.26 73.87 11.63 -
YUV 201.54 19.9 129.04 -
System Red Green Blue C M Y K H S L
Decimal 203 238 10 0.15 0 0.96 0.07 69.21 0.92 0.49
Hex CB EE A F 0 60 7 45 5C 31
Octal 313 356 12 17 0 140 7 105 134 61
Binary 11001011 11101110 1010 1111 0 1100000 111 1000101 1011100 110001

Color Harmonies of #CBEE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEE0A

Black with #CBEE0A

Text Example


Text Example

White with #CBEE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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