Html Css Color HEX #30E925 Lime Green

📋 copy color: '#30E925'

red 48 ◦ green 233 ◦ blue 37

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

Shades of Lime Green #30E925

Tints of Lime Green #30E925

RGB

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

 GREEN value IS 233 (91.41% from 255) = 73.27%

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

R = 15.09%
G = 73.27%
B = 11.64%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#30E925 (or 0x30E925) is known color: Lime Green. HEX triplet: 30, E9 and 25. RGB value is (48,233,37). Sum of RGB (Red+Green+Blue) = 48+233+37=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 233 (91.41% from 255 or 73.27% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 233 - color contains mainly: green. Hex color #30E925 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30E925 is #CF16DA. Grayscale: #9B9B9B. Windows color (decimal): -13571803 or 2484528. OLE color: 2484528.

HSL color Cylindrical-coordinate representation of color #30E925: hue angle of 116.63º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30E925 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 48 233 37 -
CMYK 0.79 0 0.84 0.09
HSL 116.63º 0.82% 0.53% -
HSV(B) 116.63º 0.84% 0.91% -
XYZ 30.69 59.04 11.53 -
YUV 155.34 61.21 51.44 -
System Red Green Blue C M Y K H S L
Decimal 48 233 37 0.79 0 0.84 0.09 116.63 0.82 0.53
Hex 30 E9 25 4F 0 54 9 75 52 35
Octal 60 351 45 117 0 124 11 165 122 65
Binary 110000 11101001 100101 1001111 0 1010100 1001 1110101 1010010 110101

Color Harmonies of #30E925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E925

Black with #30E925

Text Example


Text Example

White with #30E925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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