Html Css Color HEX #0CFA04 Lime

📋 copy color: '#0CFA04'

red 12 ◦ green 250 ◦ blue 4

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

Shades of Lime #0CFA04

Tints of Lime #0CFA04

RGB

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

 GREEN value IS 250 (98.05% from 255) = 93.98%

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

R = 4.51%
G = 93.98%
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

#0CFA04 (or 0x0CFA04) is known color: Lime. HEX triplet: 0C, FA and 04. RGB value is (12,250,4). Sum of RGB (Red+Green+Blue) = 12+250+4=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 250 (98.05% from 255 or 93.98% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFA04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFA04 is #F305FB. Grayscale: #979797. Windows color (decimal): -15926780 or 326156. OLE color: 326156.

HSL color Cylindrical-coordinate representation of color #0CFA04: hue angle of 118.05º 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 #0CFA04 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 250 4 -
CMYK 0.95 0 0.98 0.02
HSL 118.05º 0.97% 0.5% -
HSV(B) 118.05º 0.98% 0.98% -
XYZ 34.36 68.46 11.52 -
YUV 150.79 45.15 29 -
System Red Green Blue C M Y K H S L
Decimal 12 250 4 0.95 0 0.98 0.02 118.05 0.97 0.5
Hex C FA 4 5F 0 62 2 76 61 32
Octal 14 372 4 137 0 142 2 166 141 62
Binary 1100 11111010 100 1011111 0 1100010 10 1110110 1100001 110010

Color Harmonies of #0CFA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFA04

Black with #0CFA04

Text Example


Text Example

White with #0CFA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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