Html Css Color HEX #30C33E Lime Green

📋 copy color: '#30C33E'

red 48 ◦ green 195 ◦ blue 62

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

Shades of Lime Green #30C33E

Tints of Lime Green #30C33E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 63.93%

 BLUE value IS 62 (24.61% from 255) = 20.33%

R = 15.74%
G = 63.93%
B = 20.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#30C33E (or 0x30C33E) is known color: Lime Green. HEX triplet: 30, C3 and 3E. RGB value is (48,195,62). Sum of RGB (Red+Green+Blue) = 48+195+62=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 195 (76.56% from 255 or 63.93% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 195 - color contains mainly: green. Hex color #30C33E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C33E is #CF3CC1. Grayscale: #888888. Windows color (decimal): -13581506 or 4113200. OLE color: 4113200.

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

Color convert

RGB 48 195 62 -
CMYK 0.75 0 0.68 0.24
HSL 125.71º 0.6% 0.48% -
HSV(B) 125.71º 0.75% 0.76% -
XYZ 21.6 40.01 11.14 -
YUV 135.89 86.3 65.31 -
System Red Green Blue C M Y K H S L
Decimal 48 195 62 0.75 0 0.68 0.24 125.71 0.6 0.48
Hex 30 C3 3E 4B 0 44 18 7E 3C 30
Octal 60 303 76 113 0 104 30 176 74 60
Binary 110000 11000011 111110 1001011 0 1000100 11000 1111110 111100 110000

Color Harmonies of #30C33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C33E

Black with #30C33E

Text Example


Text Example

White with #30C33E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,195,62); }

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

background-color css

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

 a { background-color: rgb(48,195,62); }

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

border-color css

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

 span { border-color: rgb(48,195,62); }

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