Html Css Color HEX #30AF21 Lime Green

📋 copy color: '#30AF21'

red 48 ◦ green 175 ◦ blue 33

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

Shades of Lime Green #30AF21

Tints of Lime Green #30AF21

RGB

 RED value IS 48 (19.14% from 255) = 18.75%

 GREEN value IS 175 (68.75% from 255) = 68.36%

 BLUE value IS 33 (13.28% from 255) = 12.89%

R = 18.75%
G = 68.36%
B = 12.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#30AF21 (or 0x30AF21) is known color: Lime Green. HEX triplet: 30, AF and 21. RGB value is (48,175,33). Sum of RGB (Red+Green+Blue) = 48+175+33=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 175 (68.75% from 255 or 68.36% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AF21 is #CF50DE. Grayscale: #797979. Windows color (decimal): -13586655 or 2207536. OLE color: 2207536.

HSL color Cylindrical-coordinate representation of color #30AF21: hue angle of 113.66º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30AF21 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 175 33 -
CMYK 0.73 0 0.81 0.31
HSL 113.66º 0.68% 0.41% -
HSV(B) 113.66º 0.81% 0.69% -
XYZ 16.82 31.4 6.61 -
YUV 120.84 78.42 76.05 -
System Red Green Blue C M Y K H S L
Decimal 48 175 33 0.73 0 0.81 0.31 113.66 0.68 0.41
Hex 30 AF 21 49 0 51 1F 72 44 29
Octal 60 257 41 111 0 121 37 162 104 51
Binary 110000 10101111 100001 1001001 0 1010001 11111 1110010 1000100 101001

Color Harmonies of #30AF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AF21

Black with #30AF21

Text Example


Text Example

White with #30AF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30AF21; }

 p { color: rgb(48,175,33); }

 H1.HeaderClassName
 {
   color: #30AF21;
 }
 .AnyTagClassName
 {
   color: #30AF21;
 }
</style>

background-color css

<style>
 a { background-color: #30AF21; }

 a { background-color: rgb(48,175,33); }

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

border-color css

<style>
 span { border-color: #30AF21; }

 span { border-color: rgb(48,175,33); }

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