Html Css Color HEX #CBEA01 Electric Lime

📋 copy color: '#CBEA01'

red 203 ◦ green 234 ◦ blue 1

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

Shades of Electric Lime #CBEA01

Tints of Electric Lime #CBEA01

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.42%

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

R = 46.35%
G = 53.42%
B = 0.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#CBEA01 (or 0xCBEA01) is known color: Electric Lime. HEX triplet: CB, EA and 01. RGB value is (203,234,1). Sum of RGB (Red+Green+Blue) = 203+234+1=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 234 (91.80% from 255 or 53.42% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEA01 is #3415FE. Grayscale: #C7C7C7. Windows color (decimal): -3413503 or 125643. OLE color: 125643.

HSL color Cylindrical-coordinate representation of color #CBEA01: hue angle of 67.98º 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 #CBEA01 is Cyan = 0.13, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 1 -
CMYK 0.13 0 1.00 0.08
HSL 67.98º 0.99% 0.46% -
HSV(B) 67.98º 1% 0.92% -
XYZ 54.06 71.54 10.99 -
YUV 198.17 16.73 131.45 -
System Red Green Blue C M Y K H S L
Decimal 203 234 1 0.13 0 1.00 0.08 67.98 0.99 0.46
Hex CB EA 1 D 0 64 8 44 63 2E
Octal 313 352 1 15 0 144 10 104 143 56
Binary 11001011 11101010 1 1101 0 1100100 1000 1000100 1100011 101110

Color Harmonies of #CBEA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA01

Black with #CBEA01

Text Example


Text Example

White with #CBEA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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