Html Css Color HEX #C0EB02 Electric Lime

📋 copy color: '#C0EB02'

red 192 ◦ green 235 ◦ blue 2

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

Shades of Electric Lime #C0EB02

Tints of Electric Lime #C0EB02

RGB

 RED value IS 192 (75.39% from 255) = 44.76%

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

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

R = 44.76%
G = 54.78%
B = 0.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#C0EB02 (or 0xC0EB02) is known color: Electric Lime. HEX triplet: C0, EB and 02. RGB value is (192,235,2). Sum of RGB (Red+Green+Blue) = 192+235+2=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 235 (92.19% from 255 or 54.78% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0EB02 is #3F14FD. Grayscale: #C4C4C4. Windows color (decimal): -4134142 or 191424. OLE color: 191424.

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

Color convert

RGB 192 235 2 -
CMYK 0.18 0 0.99 0.08
HSL 71.07º 0.98% 0.46% -
HSV(B) 71.07º 0.99% 0.92% -
XYZ 51.46 70.63 10.98 -
YUV 195.58 18.75 125.45 -
System Red Green Blue C M Y K H S L
Decimal 192 235 2 0.18 0 0.99 0.08 71.07 0.98 0.46
Hex C0 EB 2 12 0 63 8 47 62 2E
Octal 300 353 2 22 0 143 10 107 142 56
Binary 11000000 11101011 10 10010 0 1100011 1000 1000111 1100010 101110

Color Harmonies of #C0EB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EB02

Black with #C0EB02

Text Example


Text Example

White with #C0EB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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