Html Css Color HEX #0CFC00 Lime

📋 copy color: '#0CFC00'

red 12 ◦ green 252 ◦ blue 0

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

Shades of Lime #0CFC00

Tints of Lime #0CFC00

RGB

 RED value IS 12 (5.08% from 255) = 4.55%

 GREEN value IS 252 (98.83% from 255) = 95.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 4.55%
G = 95.45%
B = 0%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#0CFC00 (or 0x0CFC00) is known color: Lime. HEX triplet: 0C, FC and 00. RGB value is (12,252,0). Sum of RGB (Red+Green+Blue) = 12+252+0=264 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.55% from 264); Green value is 252 (98.83% from 255 or 95.45% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 252 - color contains mainly: green. Hex color #0CFC00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFC00 is #F303FF. Grayscale: #989898. Windows color (decimal): -15926272 or 64524. OLE color: 64524.

HSL color Cylindrical-coordinate representation of color #0CFC00: hue angle of 117.14º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CFC00 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 12 252 0 -
CMYK 0.95 0 1 0.01
HSL 117.14º 1% 0.49% -
HSV(B) 117.14º 1% 0.99% -
XYZ 34.96 69.7 11.61 -
YUV 151.51 42.49 28.49 -
System Red Green Blue C M Y K H S L
Decimal 12 252 0 0.95 0 1 0.01 117.14 1 0.49
Hex C FC 0 5F 0 64 1 75 64 31
Octal 14 374 0 137 0 144 1 165 144 61
Binary 1100 11111100 0 1011111 0 1100100 1 1110101 1100100 110001

Color Harmonies of #0CFC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFC00

Black with #0CFC00

Text Example


Text Example

White with #0CFC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CFC00; }

 p { color: rgb(12,252,0); }

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

background-color css

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

 a { background-color: rgb(12,252,0); }

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

border-color css

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

 span { border-color: rgb(12,252,0); }

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