Html Css Color HEX #0CFE05 Lime

📋 copy color: '#0CFE05'

red 12 ◦ green 254 ◦ blue 5

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

Shades of Lime #0CFE05

Tints of Lime #0CFE05

RGB

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

 GREEN value IS 254 (99.61% from 255) = 93.73%

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

R = 4.43%
G = 93.73%
B = 1.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#0CFE05 (or 0x0CFE05) is known color: Lime. HEX triplet: 0C, FE and 05. RGB value is (12,254,5). Sum of RGB (Red+Green+Blue) = 12+254+5=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 254 (99.61% from 255 or 93.73% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFE05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFE05 is #F301FA. Grayscale: #9A9A9A. Windows color (decimal): -15925755 or 392716. OLE color: 392716.

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

Color convert

RGB 12 254 5 -
CMYK 0.95 0 0.98 0.00
HSL 118.31º 0.99% 0.51% -
HSV(B) 118.31º 0.98% 1% -
XYZ 35.62 70.97 11.97 -
YUV 153.26 44.33 27.25 -
System Red Green Blue C M Y K H S L
Decimal 12 254 5 0.95 0 0.98 0.00 118.31 0.99 0.51
Hex C FE 5 5F 0 62 0 76 63 33
Octal 14 376 5 137 0 142 0 166 143 63
Binary 1100 11111110 101 1011111 0 1100010 0 1110110 1100011 110011

Color Harmonies of #0CFE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFE05

Black with #0CFE05

Text Example


Text Example

White with #0CFE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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