Html Css Color HEX #30C22B Lime Green

📋 copy color: '#30C22B'

red 48 ◦ green 194 ◦ blue 43

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

Shades of Lime Green #30C22B

Tints of Lime Green #30C22B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 68.07%

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 16.84%
G = 68.07%
B = 15.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#30C22B (or 0x30C22B) is known color: Lime Green. HEX triplet: 30, C2 and 2B. RGB value is (48,194,43). Sum of RGB (Red+Green+Blue) = 48+194+43=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 194 (76.17% from 255 or 68.07% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 194 - color contains mainly: green. Hex color #30C22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C22B is #CF3DD4. Grayscale: #858585. Windows color (decimal): -13581781 or 2867760. OLE color: 2867760.

HSL color Cylindrical-coordinate representation of color #30C22B: hue angle of 118.01º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30C22B is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 194 43 -
CMYK 0.75 0 0.78 0.24
HSL 118.01º 0.64% 0.46% -
HSV(B) 118.01º 0.78% 0.76% -
XYZ 20.95 39.39 8.78 -
YUV 133.13 77.13 67.28 -
System Red Green Blue C M Y K H S L
Decimal 48 194 43 0.75 0 0.78 0.24 118.01 0.64 0.46
Hex 30 C2 2B 4B 0 4E 18 76 40 2E
Octal 60 302 53 113 0 116 30 166 100 56
Binary 110000 11000010 101011 1001011 0 1001110 11000 1110110 1000000 101110

Color Harmonies of #30C22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C22B

Black with #30C22B

Text Example


Text Example

White with #30C22B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,194,43); }

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

background-color css

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

 a { background-color: rgb(48,194,43); }

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

border-color css

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

 span { border-color: rgb(48,194,43); }

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