Html Css Color HEX #0CFF06 Lime

📋 copy color: '#0CFF06'

red 12 ◦ green 255 ◦ blue 6

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

Shades of Lime #0CFF06

Tints of Lime #0CFF06

RGB

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

 GREEN value IS 255 (100% from 255) = 93.41%

 BLUE value IS 6 (2.73% from 255) = 2.2%

R = 4.4%
G = 93.41%
B = 2.2%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#0CFF06 (or 0x0CFF06) is known color: Lime. HEX triplet: 0C, FF and 06. RGB value is (12,255,6). Sum of RGB (Red+Green+Blue) = 12+255+6=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 255 (100% from 255 or 93.41% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFF06 is #F300F9. Grayscale: #9A9A9A. Windows color (decimal): -15925498 or 458508. OLE color: 458508.

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

Color convert

RGB 12 255 6 -
CMYK 0.95 0 0.98 0
HSL 118.55º 1% 0.51% -
HSV(B) 118.55º 0.98% 1% -
XYZ 35.94 71.61 12.1 -
YUV 153.96 44.49 26.75 -
System Red Green Blue C M Y K H S L
Decimal 12 255 6 0.95 0 0.98 0 118.55 1 0.51
Hex C FF 6 5F 0 62 0 77 64 33
Octal 14 377 6 137 0 142 0 167 144 63
Binary 1100 11111111 110 1011111 0 1100010 0 1110111 1100100 110011

Color Harmonies of #0CFF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFF06

Black with #0CFF06

Text Example


Text Example

White with #0CFF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,255,6); }

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

background-color css

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

 a { background-color: rgb(12,255,6); }

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

border-color css

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

 span { border-color: rgb(12,255,6); }

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