Html Css Color HEX #0CF101 Lime

📋 copy color: '#0CF101'

red 12 ◦ green 241 ◦ blue 1

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

Shades of Lime #0CF101

Tints of Lime #0CF101

RGB

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

 GREEN value IS 241 (94.53% from 255) = 94.88%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 4.72%
G = 94.88%
B = 0.39%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#0CF101 (or 0x0CF101) is known color: Lime. HEX triplet: 0C, F1 and 01. RGB value is (12,241,1). Sum of RGB (Red+Green+Blue) = 12+241+1=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 241 (94.53% from 255 or 94.88% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 241 - color contains mainly: green. Hex color #0CF101 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CF101 is #F30EFE. Grayscale: #919191. Windows color (decimal): -15929087 or 127244. OLE color: 127244.

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

Color convert

RGB 12 241 1 -
CMYK 0.95 0 1.00 0.05
HSL 117.25º 0.99% 0.47% -
HSV(B) 117.25º 1% 0.95% -
XYZ 31.61 62.99 10.52 -
YUV 145.17 46.63 33.01 -
System Red Green Blue C M Y K H S L
Decimal 12 241 1 0.95 0 1.00 0.05 117.25 0.99 0.47
Hex C F1 1 5F 0 64 5 75 63 2F
Octal 14 361 1 137 0 144 5 165 143 57
Binary 1100 11110001 1 1011111 0 1100100 101 1110101 1100011 101111

Color Harmonies of #0CF101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF101

Black with #0CF101

Text Example


Text Example

White with #0CF101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,241,1); }

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

background-color css

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

 a { background-color: rgb(12,241,1); }

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

border-color css

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

 span { border-color: rgb(12,241,1); }

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