Html Css Color HEX #CBE002 Electric Lime

📋 copy color: '#CBE002'

red 203 ◦ green 224 ◦ blue 2

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

Shades of Electric Lime #CBE002

Tints of Electric Lime #CBE002

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.21%

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

R = 47.32%
G = 52.21%
B = 0.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#CBE002 (or 0xCBE002) is known color: Electric Lime. HEX triplet: CB, E0 and 02. RGB value is (203,224,2). Sum of RGB (Red+Green+Blue) = 203+224+2=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBE002 is #341FFD. Grayscale: #C1C1C1. Windows color (decimal): -3416062 or 188619. OLE color: 188619.

HSL color Cylindrical-coordinate representation of color #CBE002: hue angle of 65.68º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBE002 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 224 2 -
CMYK 0.09 0 0.99 0.12
HSL 65.68º 0.98% 0.44% -
HSV(B) 65.68º 0.99% 0.88% -
XYZ 51.3 66.01 10.1 -
YUV 192.41 20.54 135.55 -
System Red Green Blue C M Y K H S L
Decimal 203 224 2 0.09 0 0.99 0.12 65.68 0.98 0.44
Hex CB E0 2 9 0 63 C 42 62 2C
Octal 313 340 2 11 0 143 14 102 142 54
Binary 11001011 11100000 10 1001 0 1100011 1100 1000010 1100010 101100

Color Harmonies of #CBE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE002

Black with #CBE002

Text Example


Text Example

White with #CBE002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE002; }

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

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

background-color css

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

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

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

border-color css

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

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

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