Html Css Color HEX #CBEB0D Electric Lime

📋 copy color: '#CBEB0D'

red 203 ◦ green 235 ◦ blue 13

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

Shades of Electric Lime #CBEB0D

Tints of Electric Lime #CBEB0D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.11%

 BLUE value IS 13 (5.47% from 255) = 2.88%

R = 45.01%
G = 52.11%
B = 2.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#CBEB0D (or 0xCBEB0D) is known color: Electric Lime. HEX triplet: CB, EB and 0D. RGB value is (203,235,13). Sum of RGB (Red+Green+Blue) = 203+235+13=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 235 (92.19% from 255 or 52.11% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEB0D is #3414F2. Grayscale: #C8C8C8. Windows color (decimal): -3413235 or 912331. OLE color: 912331.

HSL color Cylindrical-coordinate representation of color #CBEB0D: hue angle of 68.65º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBEB0D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 235 13 -
CMYK 0.14 0 0.94 0.08
HSL 68.65º 0.9% 0.49% -
HSV(B) 68.65º 0.94% 0.92% -
XYZ 54.41 72.14 11.44 -
YUV 200.12 22.4 130.05 -
System Red Green Blue C M Y K H S L
Decimal 203 235 13 0.14 0 0.94 0.08 68.65 0.9 0.49
Hex CB EB D E 0 5E 8 45 5A 31
Octal 313 353 15 16 0 136 10 105 132 61
Binary 11001011 11101011 1101 1110 0 1011110 1000 1000101 1011010 110001

Color Harmonies of #CBEB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEB0D

Black with #CBEB0D

Text Example


Text Example

White with #CBEB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEB0D; }

 p { color: rgb(203,235,13); }

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

background-color css

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

 a { background-color: rgb(203,235,13); }

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

border-color css

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

 span { border-color: rgb(203,235,13); }

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