Html Css Color HEX #CBEA02 Electric Lime

📋 copy color: '#CBEA02'

red 203 ◦ green 234 ◦ blue 2

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

Shades of Electric Lime #CBEA02

Tints of Electric Lime #CBEA02

RGB

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

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

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

R = 46.24%
G = 53.3%
B = 0.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#CBEA02 (or 0xCBEA02) is known color: Electric Lime. HEX triplet: CB, EA and 02. RGB value is (203,234,2). Sum of RGB (Red+Green+Blue) = 203+234+2=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 234 (91.80% from 255 or 53.30% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEA02 is #3415FD. Grayscale: #C7C7C7. Windows color (decimal): -3413502 or 191179. OLE color: 191179.

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

Color convert

RGB 203 234 2 -
CMYK 0.13 0 0.99 0.08
HSL 68.02º 0.98% 0.46% -
HSV(B) 68.02º 0.99% 0.92% -
XYZ 54.06 71.55 11.02 -
YUV 198.28 17.23 131.36 -
System Red Green Blue C M Y K H S L
Decimal 203 234 2 0.13 0 0.99 0.08 68.02 0.98 0.46
Hex CB EA 2 D 0 63 8 44 62 2E
Octal 313 352 2 15 0 143 10 104 142 56
Binary 11001011 11101010 10 1101 0 1100011 1000 1000100 1100010 101110

Color Harmonies of #CBEA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA02

Black with #CBEA02

Text Example


Text Example

White with #CBEA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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