Html Css Color HEX #30C022 Lime Green

📋 copy color: '#30C022'

red 48 ◦ green 192 ◦ blue 34

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

Shades of Lime Green #30C022

Tints of Lime Green #30C022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 70.07%

 BLUE value IS 34 (13.67% from 255) = 12.41%

R = 17.52%
G = 70.07%
B = 12.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#30C022 (or 0x30C022) is known color: Lime Green. HEX triplet: 30, C0 and 22. RGB value is (48,192,34). Sum of RGB (Red+Green+Blue) = 48+192+34=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 192 (75.39% from 255 or 70.07% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 192 - color contains mainly: green. Hex color #30C022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C022 is #CF3FDD. Grayscale: #838383. Windows color (decimal): -13582302 or 2277424. OLE color: 2277424.

HSL color Cylindrical-coordinate representation of color #30C022: hue angle of 114.68º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30C022 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 192 34 -
CMYK 0.75 0 0.82 0.25
HSL 114.68º 0.7% 0.44% -
HSV(B) 114.68º 0.82% 0.75% -
XYZ 20.36 38.44 7.86 -
YUV 130.93 73.29 68.85 -
System Red Green Blue C M Y K H S L
Decimal 48 192 34 0.75 0 0.82 0.25 114.68 0.7 0.44
Hex 30 C0 22 4B 0 52 19 73 46 2C
Octal 60 300 42 113 0 122 31 163 106 54
Binary 110000 11000000 100010 1001011 0 1010010 11001 1110011 1000110 101100

Color Harmonies of #30C022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C022

Black with #30C022

Text Example


Text Example

White with #30C022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,192,34); }

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

background-color css

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

 a { background-color: rgb(48,192,34); }

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

border-color css

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

 span { border-color: rgb(48,192,34); }

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