Html Css Color HEX #30EB25 Lime Green

📋 copy color: '#30EB25'

red 48 ◦ green 235 ◦ blue 37

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

Shades of Lime Green #30EB25

Tints of Lime Green #30EB25

RGB

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

 GREEN value IS 235 (92.19% from 255) = 73.44%

 BLUE value IS 37 (14.84% from 255) = 11.56%

R = 15%
G = 73.44%
B = 11.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#30EB25 (or 0x30EB25) is known color: Lime Green. HEX triplet: 30, EB and 25. RGB value is (48,235,37). Sum of RGB (Red+Green+Blue) = 48+235+37=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 235 (92.19% from 255 or 73.44% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 235 - color contains mainly: green. Hex color #30EB25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EB25 is #CF14DA. Grayscale: #9D9D9D. Windows color (decimal): -13571291 or 2485040. OLE color: 2485040.

HSL color Cylindrical-coordinate representation of color #30EB25: hue angle of 116.67º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30EB25 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 235 37 -
CMYK 0.80 0 0.84 0.08
HSL 116.67º 0.83% 0.53% -
HSV(B) 116.67º 0.84% 0.92% -
XYZ 31.26 60.18 11.72 -
YUV 156.52 60.55 50.6 -
System Red Green Blue C M Y K H S L
Decimal 48 235 37 0.80 0 0.84 0.08 116.67 0.83 0.53
Hex 30 EB 25 50 0 54 8 75 53 35
Octal 60 353 45 120 0 124 10 165 123 65
Binary 110000 11101011 100101 1010000 0 1010100 1000 1110101 1010011 110101

Color Harmonies of #30EB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EB25

Black with #30EB25

Text Example


Text Example

White with #30EB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,235,37); }

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

background-color css

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

 a { background-color: rgb(48,235,37); }

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

border-color css

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

 span { border-color: rgb(48,235,37); }

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