Html Css Color HEX #C0F502 Electric Lime

📋 copy color: '#C0F502'

red 192 ◦ green 245 ◦ blue 2

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

Shades of Electric Lime #C0F502

Tints of Electric Lime #C0F502

RGB

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

 GREEN value IS 245 (96.09% from 255) = 55.81%

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

R = 43.74%
G = 55.81%
B = 0.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#C0F502 (or 0xC0F502) is known color: Electric Lime. HEX triplet: C0, F5 and 02. RGB value is (192,245,2). Sum of RGB (Red+Green+Blue) = 192+245+2=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 245 (96.09% from 255 or 55.81% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F502 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F502 is #3F0AFD. Grayscale: #CACACA. Windows color (decimal): -4131582 or 193984. OLE color: 193984.

HSL color Cylindrical-coordinate representation of color #C0F502: hue angle of 73.09º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0F502 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 245 2 -
CMYK 0.22 0 0.99 0.04
HSL 73.09º 0.98% 0.48% -
HSV(B) 73.09º 0.99% 0.96% -
XYZ 54.4 76.52 11.96 -
YUV 201.45 15.44 121.26 -
System Red Green Blue C M Y K H S L
Decimal 192 245 2 0.22 0 0.99 0.04 73.09 0.98 0.48
Hex C0 F5 2 16 0 63 4 49 62 30
Octal 300 365 2 26 0 143 4 111 142 60
Binary 11000000 11110101 10 10110 0 1100011 100 1001001 1100010 110000

Color Harmonies of #C0F502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F502

Black with #C0F502

Text Example


Text Example

White with #C0F502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F502; }

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

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

background-color css

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

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

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

border-color css

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

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

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