Html Css Color HEX #0CFB02 Lime

📋 copy color: '#0CFB02'

red 12 ◦ green 251 ◦ blue 2

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

Shades of Lime #0CFB02

Tints of Lime #0CFB02

RGB

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

 GREEN value IS 251 (98.44% from 255) = 94.72%

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

R = 4.53%
G = 94.72%
B = 0.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#0CFB02 (or 0x0CFB02) is known color: Lime. HEX triplet: 0C, FB and 02. RGB value is (12,251,2). Sum of RGB (Red+Green+Blue) = 12+251+2=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 251 (98.44% from 255 or 94.72% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFB02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFB02 is #F304FD. Grayscale: #979797. Windows color (decimal): -15926526 or 195340. OLE color: 195340.

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

Color convert

RGB 12 251 2 -
CMYK 0.95 0 0.99 0.02
HSL 117.59º 0.98% 0.5% -
HSV(B) 117.59º 0.99% 0.98% -
XYZ 34.66 69.08 11.56 -
YUV 151.15 43.82 28.75 -
System Red Green Blue C M Y K H S L
Decimal 12 251 2 0.95 0 0.99 0.02 117.59 0.98 0.5
Hex C FB 2 5F 0 63 2 76 62 32
Octal 14 373 2 137 0 143 2 166 142 62
Binary 1100 11111011 10 1011111 0 1100011 10 1110110 1100010 110010

Color Harmonies of #0CFB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFB02

Black with #0CFB02

Text Example


Text Example

White with #0CFB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,251,2); }

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

background-color css

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

 a { background-color: rgb(12,251,2); }

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

border-color css

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

 span { border-color: rgb(12,251,2); }

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