Html Css Color HEX #0CFD03 Lime

📋 copy color: '#0CFD03'

red 12 ◦ green 253 ◦ blue 3

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

Shades of Lime #0CFD03

Tints of Lime #0CFD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 4.48%
G = 94.4%
B = 1.12%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#0CFD03 (or 0x0CFD03) is known color: Lime. HEX triplet: 0C, FD and 03. RGB value is (12,253,3). Sum of RGB (Red+Green+Blue) = 12+253+3=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 253 (99.22% from 255 or 94.40% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 253 - color contains mainly: green. Hex color #0CFD03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFD03 is #F302FC. Grayscale: #999999. Windows color (decimal): -15926013 or 261388. OLE color: 261388.

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

Color convert

RGB 12 253 3 -
CMYK 0.95 0 0.99 0.01
HSL 117.84º 0.98% 0.5% -
HSV(B) 117.84º 0.99% 0.99% -
XYZ 35.29 70.34 11.8 -
YUV 152.44 43.66 27.83 -
System Red Green Blue C M Y K H S L
Decimal 12 253 3 0.95 0 0.99 0.01 117.84 0.98 0.5
Hex C FD 3 5F 0 63 1 76 62 32
Octal 14 375 3 137 0 143 1 166 142 62
Binary 1100 11111101 11 1011111 0 1100011 1 1110110 1100010 110010

Color Harmonies of #0CFD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFD03

Black with #0CFD03

Text Example


Text Example

White with #0CFD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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