Html Css Color HEX #30ED3E Lime Green

📋 copy color: '#30ED3E'

red 48 ◦ green 237 ◦ blue 62

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

Shades of Lime Green #30ED3E

Tints of Lime Green #30ED3E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 68.3%

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

R = 13.83%
G = 68.3%
B = 17.87%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#30ED3E (or 0x30ED3E) is known color: Lime Green. HEX triplet: 30, ED and 3E. RGB value is (48,237,62). Sum of RGB (Red+Green+Blue) = 48+237+62=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 237 (92.97% from 255 or 68.30% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 237 - color contains mainly: green. Hex color #30ED3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30ED3E is #CF12C1. Grayscale: #A1A1A1. Windows color (decimal): -13570754 or 4123952. OLE color: 4123952.

HSL color Cylindrical-coordinate representation of color #30ED3E: hue angle of 124.44º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ED3E is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 237 62 -
CMYK 0.80 0 0.74 0.07
HSL 124.44º 0.84% 0.56% -
HSV(B) 124.44º 0.8% 0.93% -
XYZ 32.37 61.54 14.73 -
YUV 160.54 72.38 47.73 -
System Red Green Blue C M Y K H S L
Decimal 48 237 62 0.80 0 0.74 0.07 124.44 0.84 0.56
Hex 30 ED 3E 50 0 4A 7 7C 54 38
Octal 60 355 76 120 0 112 7 174 124 70
Binary 110000 11101101 111110 1010000 0 1001010 111 1111100 1010100 111000

Color Harmonies of #30ED3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ED3E

Black with #30ED3E

Text Example


Text Example

White with #30ED3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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