Html Css Color HEX #0CFB04 Lime

📋 copy color: '#0CFB04'

red 12 ◦ green 251 ◦ blue 4

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

Shades of Lime #0CFB04

Tints of Lime #0CFB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 4.49%
G = 94.01%
B = 1.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#0CFB04 (or 0x0CFB04) is known color: Lime. HEX triplet: 0C, FB and 04. RGB value is (12,251,4). Sum of RGB (Red+Green+Blue) = 12+251+4=267 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.49% from 267); Green value is 251 (98.44% from 255 or 94.01% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFB04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFB04 is #F304FB. Grayscale: #989898. Windows color (decimal): -15926524 or 326412. OLE color: 326412.

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

Color convert

RGB 12 251 4 -
CMYK 0.95 0 0.98 0.02
HSL 118.06º 0.97% 0.5% -
HSV(B) 118.06º 0.98% 0.98% -
XYZ 34.67 69.08 11.62 -
YUV 151.38 44.82 28.58 -
System Red Green Blue C M Y K H S L
Decimal 12 251 4 0.95 0 0.98 0.02 118.06 0.97 0.5
Hex C FB 4 5F 0 62 2 76 61 32
Octal 14 373 4 137 0 142 2 166 141 62
Binary 1100 11111011 100 1011111 0 1100010 10 1110110 1100001 110010

Color Harmonies of #0CFB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFB04

Black with #0CFB04

Text Example


Text Example

White with #0CFB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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