Html Css Color HEX #30DF25 Lime Green

📋 copy color: '#30DF25'

red 48 ◦ green 223 ◦ blue 37

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

Shades of Lime Green #30DF25

Tints of Lime Green #30DF25

RGB

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

 GREEN value IS 223 (87.5% from 255) = 72.4%

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

R = 15.58%
G = 72.4%
B = 12.01%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#30DF25 (or 0x30DF25) is known color: Lime Green. HEX triplet: 30, DF and 25. RGB value is (48,223,37). Sum of RGB (Red+Green+Blue) = 48+223+37=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 223 (87.5% from 255 or 72.40% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 223 - color contains mainly: green. Hex color #30DF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DF25 is #CF20DA. Grayscale: #969696. Windows color (decimal): -13574363 or 2481968. OLE color: 2481968.

HSL color Cylindrical-coordinate representation of color #30DF25: hue angle of 116.45º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30DF25 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 223 37 -
CMYK 0.78 0 0.83 0.13
HSL 116.45º 0.74% 0.51% -
HSV(B) 116.45º 0.83% 0.87% -
XYZ 27.94 53.54 10.61 -
YUV 149.47 64.52 55.62 -
System Red Green Blue C M Y K H S L
Decimal 48 223 37 0.78 0 0.83 0.13 116.45 0.74 0.51
Hex 30 DF 25 4E 0 53 D 74 4A 33
Octal 60 337 45 116 0 123 15 164 112 63
Binary 110000 11011111 100101 1001110 0 1010011 1101 1110100 1001010 110011

Color Harmonies of #30DF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DF25

Black with #30DF25

Text Example


Text Example

White with #30DF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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