Html Css Color HEX #0CFD05 Lime

📋 copy color: '#0CFD05'

red 12 ◦ green 253 ◦ blue 5

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

Shades of Lime #0CFD05

Tints of Lime #0CFD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 4.44%
G = 93.7%
B = 1.85%

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

#0CFD05 (or 0x0CFD05) is known color: Lime. HEX triplet: 0C, FD and 05. RGB value is (12,253,5). Sum of RGB (Red+Green+Blue) = 12+253+5=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 253 (99.22% from 255 or 93.70% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 253 - color contains mainly: green. Hex color #0CFD05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFD05 is #F302FA. Grayscale: #999999. Windows color (decimal): -15926011 or 392460. OLE color: 392460.

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

Color convert

RGB 12 253 5 -
CMYK 0.95 0 0.98 0.01
HSL 118.31º 0.98% 0.51% -
HSV(B) 118.31º 0.98% 0.99% -
XYZ 35.3 70.34 11.86 -
YUV 152.67 44.66 27.67 -
System Red Green Blue C M Y K H S L
Decimal 12 253 5 0.95 0 0.98 0.01 118.31 0.98 0.51
Hex C FD 5 5F 0 62 1 76 62 33
Octal 14 375 5 137 0 142 1 166 142 63
Binary 1100 11111101 101 1011111 0 1100010 1 1110110 1100010 110011

Color Harmonies of #0CFD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFD05

Black with #0CFD05

Text Example


Text Example

White with #0CFD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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