Html Css Color HEX #CBEB01 Electric Lime

📋 copy color: '#CBEB01'

red 203 ◦ green 235 ◦ blue 1

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

Shades of Electric Lime #CBEB01

Tints of Electric Lime #CBEB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 46.24%
G = 53.53%
B = 0.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#CBEB01 (or 0xCBEB01) is known color: Electric Lime. HEX triplet: CB, EB and 01. RGB value is (203,235,1). Sum of RGB (Red+Green+Blue) = 203+235+1=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 235 (92.19% from 255 or 53.53% from 439); Blue value is 1 (0.78% from 255 or 0.23% from 439); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEB01 is #3414FE. Grayscale: #C7C7C7. Windows color (decimal): -3413247 or 125899. OLE color: 125899.

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

Color convert

RGB 203 235 1 -
CMYK 0.14 0 1.00 0.08
HSL 68.21º 0.99% 0.46% -
HSV(B) 68.21º 1% 0.92% -
XYZ 54.34 72.12 11.08 -
YUV 198.76 16.4 131.03 -
System Red Green Blue C M Y K H S L
Decimal 203 235 1 0.14 0 1.00 0.08 68.21 0.99 0.46
Hex CB EB 1 E 0 64 8 44 63 2E
Octal 313 353 1 16 0 144 10 104 143 56
Binary 11001011 11101011 1 1110 0 1100100 1000 1000100 1100011 101110

Color Harmonies of #CBEB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEB01

Black with #CBEB01

Text Example


Text Example

White with #CBEB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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