Html Css Color HEX #0CFD04 Lime

📋 copy color: '#0CFD04'

red 12 ◦ green 253 ◦ blue 4

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

Shades of Lime #0CFD04

Tints of Lime #0CFD04

RGB

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

 GREEN value IS 253 (99.22% from 255) = 94.05%

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

R = 4.46%
G = 94.05%
B = 1.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#0CFD04 (or 0x0CFD04) is known color: Lime. HEX triplet: 0C, FD and 04. RGB value is (12,253,4). Sum of RGB (Red+Green+Blue) = 12+253+4=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 253 (99.22% from 255 or 94.05% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 253 - color contains mainly: green. Hex color #0CFD04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFD04 is #F302FB. Grayscale: #999999. Windows color (decimal): -15926012 or 326924. OLE color: 326924.

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

Color convert

RGB 12 253 4 -
CMYK 0.95 0 0.98 0.01
HSL 118.07º 0.98% 0.5% -
HSV(B) 118.07º 0.98% 0.99% -
XYZ 35.3 70.34 11.83 -
YUV 152.56 44.16 27.75 -
System Red Green Blue C M Y K H S L
Decimal 12 253 4 0.95 0 0.98 0.01 118.07 0.98 0.5
Hex C FD 4 5F 0 62 1 76 62 32
Octal 14 375 4 137 0 142 1 166 142 62
Binary 1100 11111101 100 1011111 0 1100010 1 1110110 1100010 110010

Color Harmonies of #0CFD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFD04

Black with #0CFD04

Text Example


Text Example

White with #0CFD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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