Html Css Color HEX #30CD19 Lime Green

📋 copy color: '#30CD19'

red 48 ◦ green 205 ◦ blue 25

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

Shades of Lime Green #30CD19

Tints of Lime Green #30CD19

RGB

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

 GREEN value IS 205 (80.47% from 255) = 73.74%

 BLUE value IS 25 (10.16% from 255) = 8.99%

R = 17.27%
G = 73.74%
B = 8.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#30CD19 (or 0x30CD19) is known color: Lime Green. HEX triplet: 30, CD and 19. RGB value is (48,205,25). Sum of RGB (Red+Green+Blue) = 48+205+25=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 205 (80.47% from 255 or 73.74% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 205 - color contains mainly: green. Hex color #30CD19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30CD19 is #CF32E6. Grayscale: #8A8A8A. Windows color (decimal): -13578983 or 1690928. OLE color: 1690928.

HSL color Cylindrical-coordinate representation of color #30CD19: hue angle of 112.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30CD19 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 205 25 -
CMYK 0.77 0 0.88 0.20
HSL 112.33º 0.78% 0.45% -
HSV(B) 112.33º 0.88% 0.8% -
XYZ 23.23 44.36 8.26 -
YUV 137.54 64.49 64.14 -
System Red Green Blue C M Y K H S L
Decimal 48 205 25 0.77 0 0.88 0.20 112.33 0.78 0.45
Hex 30 CD 19 4D 0 58 14 70 4E 2D
Octal 60 315 31 115 0 130 24 160 116 55
Binary 110000 11001101 11001 1001101 0 1011000 10100 1110000 1001110 101101

Color Harmonies of #30CD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CD19

Black with #30CD19

Text Example


Text Example

White with #30CD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,205,25); }

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

background-color css

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

 a { background-color: rgb(48,205,25); }

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

border-color css

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

 span { border-color: rgb(48,205,25); }

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