Html Css Color HEX #30DA1B Lime Green

📋 copy color: '#30DA1B'

red 48 ◦ green 218 ◦ blue 27

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

Shades of Lime Green #30DA1B

Tints of Lime Green #30DA1B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 74.4%

 BLUE value IS 27 (10.94% from 255) = 9.22%

R = 16.38%
G = 74.4%
B = 9.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#30DA1B (or 0x30DA1B) is known color: Lime Green. HEX triplet: 30, DA and 1B. RGB value is (48,218,27). Sum of RGB (Red+Green+Blue) = 48+218+27=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 218 (85.55% from 255 or 74.40% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 218 - color contains mainly: green. Hex color #30DA1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DA1B is #CF25E4. Grayscale: #919191. Windows color (decimal): -13575653 or 1825328. OLE color: 1825328.

HSL color Cylindrical-coordinate representation of color #30DA1B: hue angle of 113.4º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30DA1B is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 218 27 -
CMYK 0.78 0 0.88 0.15
HSL 113.4º 0.78% 0.48% -
HSV(B) 113.4º 0.88% 0.85% -
XYZ 26.49 50.85 9.46 -
YUV 145.4 61.18 58.53 -
System Red Green Blue C M Y K H S L
Decimal 48 218 27 0.78 0 0.88 0.15 113.4 0.78 0.48
Hex 30 DA 1B 4E 0 58 F 71 4E 30
Octal 60 332 33 116 0 130 17 161 116 60
Binary 110000 11011010 11011 1001110 0 1011000 1111 1110001 1001110 110000

Color Harmonies of #30DA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DA1B

Black with #30DA1B

Text Example


Text Example

White with #30DA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,218,27); }

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

background-color css

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

 a { background-color: rgb(48,218,27); }

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

border-color css

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

 span { border-color: rgb(48,218,27); }

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