Html Css Color HEX #CBEC15 Electric Lime

📋 copy color: '#CBEC15'

red 203 ◦ green 236 ◦ blue 21

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

Shades of Electric Lime #CBEC15

Tints of Electric Lime #CBEC15

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.3%

 BLUE value IS 21 (8.59% from 255) = 4.57%

R = 44.13%
G = 51.3%
B = 4.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#CBEC15 (or 0xCBEC15) is known color: Electric Lime. HEX triplet: CB, EC and 15. RGB value is (203,236,21). Sum of RGB (Red+Green+Blue) = 203+236+21=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 21 (8.59% from 255 or 4.57% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEC15 is #3413EA. Grayscale: #CACACA. Windows color (decimal): -3412971 or 1436875. OLE color: 1436875.

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

Color convert

RGB 203 236 21 -
CMYK 0.14 0 0.91 0.07
HSL 69.21º 0.85% 0.5% -
HSV(B) 69.21º 0.91% 0.93% -
XYZ 54.76 72.74 11.86 -
YUV 201.62 26.07 128.98 -
System Red Green Blue C M Y K H S L
Decimal 203 236 21 0.14 0 0.91 0.07 69.21 0.85 0.5
Hex CB EC 15 E 0 5B 7 45 55 32
Octal 313 354 25 16 0 133 7 105 125 62
Binary 11001011 11101100 10101 1110 0 1011011 111 1000101 1010101 110010

Color Harmonies of #CBEC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEC15

Black with #CBEC15

Text Example


Text Example

White with #CBEC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEC15; }

 p { color: rgb(203,236,21); }

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

background-color css

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

 a { background-color: rgb(203,236,21); }

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

border-color css

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

 span { border-color: rgb(203,236,21); }

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