Html Css Color HEX #0CFF04 Lime

📋 copy color: '#0CFF04'

red 12 ◦ green 255 ◦ blue 4

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

Shades of Lime #0CFF04

Tints of Lime #0CFF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 4.43%
G = 94.1%
B = 1.48%

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

#0CFF04 (or 0x0CFF04) is known color: Lime. HEX triplet: 0C, FF and 04. RGB value is (12,255,4). Sum of RGB (Red+Green+Blue) = 12+255+4=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 255 (100% from 255 or 94.10% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFF04 is #F300FB. Grayscale: #9A9A9A. Windows color (decimal): -15925500 or 327436. OLE color: 327436.

HSL color Cylindrical-coordinate representation of color #0CFF04: hue angle of 118.09º 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 #0CFF04 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 12 255 4 -
CMYK 0.95 0 0.98 0
HSL 118.09º 1% 0.51% -
HSV(B) 118.09º 0.98% 1% -
XYZ 35.93 71.61 12.04 -
YUV 153.73 43.49 26.91 -
System Red Green Blue C M Y K H S L
Decimal 12 255 4 0.95 0 0.98 0 118.09 1 0.51
Hex C FF 4 5F 0 62 0 76 64 33
Octal 14 377 4 137 0 142 0 166 144 63
Binary 1100 11111111 100 1011111 0 1100010 0 1110110 1100100 110011

Color Harmonies of #0CFF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFF04

Black with #0CFF04

Text Example


Text Example

White with #0CFF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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