Html Css Color HEX #CBEB02 Electric Lime

📋 copy color: '#CBEB02'

red 203 ◦ green 235 ◦ blue 2

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

Shades of Electric Lime #CBEB02

Tints of Electric Lime #CBEB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 46.14%
G = 53.41%
B = 0.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#CBEB02 (or 0xCBEB02) is known color: Electric Lime. HEX triplet: CB, EB and 02. RGB value is (203,235,2). Sum of RGB (Red+Green+Blue) = 203+235+2=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 235 (92.19% from 255 or 53.41% from 440); Blue value is 2 (1.17% from 255 or 0.45% from 440); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEB02 is #3414FD. Grayscale: #C7C7C7. Windows color (decimal): -3413246 or 191435. OLE color: 191435.

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

Color convert

RGB 203 235 2 -
CMYK 0.14 0 0.99 0.08
HSL 68.24º 0.98% 0.46% -
HSV(B) 68.24º 0.99% 0.92% -
XYZ 54.35 72.12 11.11 -
YUV 198.87 16.9 130.95 -
System Red Green Blue C M Y K H S L
Decimal 203 235 2 0.14 0 0.99 0.08 68.24 0.98 0.46
Hex CB EB 2 E 0 63 8 44 62 2E
Octal 313 353 2 16 0 143 10 104 142 56
Binary 11001011 11101011 10 1110 0 1100011 1000 1000100 1100010 101110

Color Harmonies of #CBEB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEB02

Black with #CBEB02

Text Example


Text Example

White with #CBEB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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