Html Css Color HEX #03FB08 Lime

📋 copy color: '#03FB08'

red 3 ◦ green 251 ◦ blue 8

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

Shades of Lime #03FB08

Tints of Lime #03FB08

RGB

 RED value IS 3 (1.56% from 255) = 1.15%

 GREEN value IS 251 (98.44% from 255) = 95.8%

 BLUE value IS 8 (3.52% from 255) = 3.05%

R = 1.15%
G = 95.8%
B = 3.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#03FB08 (or 0x03FB08) is known color: Lime. HEX triplet: 03, FB and 08. RGB value is (3,251,8). Sum of RGB (Red+Green+Blue) = 3+251+8=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 251 (98.44% from 255 or 95.80% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 251 - color contains mainly: green. Hex color #03FB08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FB08 is #FC04F7. Grayscale: #959595. Windows color (decimal): -16516344 or 588547. OLE color: 588547.

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

Color convert

RGB 3 251 8 -
CMYK 0.99 0 0.97 0.02
HSL 121.21º 0.98% 0.5% -
HSV(B) 121.21º 0.99% 0.98% -
XYZ 34.58 69.03 11.73 -
YUV 149.15 48.34 23.76 -
System Red Green Blue C M Y K H S L
Decimal 3 251 8 0.99 0 0.97 0.02 121.21 0.98 0.5
Hex 3 FB 8 63 0 61 2 79 62 32
Octal 3 373 10 143 0 141 2 171 142 62
Binary 11 11111011 1000 1100011 0 1100001 10 1111001 1100010 110010

Color Harmonies of #03FB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FB08

Black with #03FB08

Text Example


Text Example

White with #03FB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03FB08; }

 p { color: rgb(3,251,8); }

 H1.HeaderClassName
 {
   color: #03FB08;
 }
 .AnyTagClassName
 {
   color: #03FB08;
 }
</style>

background-color css

<style>
 a { background-color: #03FB08; }

 a { background-color: rgb(3,251,8); }

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

border-color css

<style>
 span { border-color: #03FB08; }

 span { border-color: rgb(3,251,8); }

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