Html Css Color HEX #30DF27 Lime Green

📋 copy color: '#30DF27'

red 48 ◦ green 223 ◦ blue 39

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

Shades of Lime Green #30DF27

Tints of Lime Green #30DF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.58%

R = 15.48%
G = 71.94%
B = 12.58%

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

#30DF27 (or 0x30DF27) is known color: Lime Green. HEX triplet: 30, DF and 27. RGB value is (48,223,39). Sum of RGB (Red+Green+Blue) = 48+223+39=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 223 (87.5% from 255 or 71.94% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 223 - color contains mainly: green. Hex color #30DF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DF27 is #CF20D8. Grayscale: #969696. Windows color (decimal): -13574361 or 2613040. OLE color: 2613040.

HSL color Cylindrical-coordinate representation of color #30DF27: hue angle of 117.07º 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 #30DF27 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 223 39 -
CMYK 0.78 0 0.83 0.13
HSL 117.07º 0.74% 0.51% -
HSV(B) 117.07º 0.83% 0.87% -
XYZ 27.97 53.55 10.78 -
YUV 149.7 65.52 55.46 -
System Red Green Blue C M Y K H S L
Decimal 48 223 39 0.78 0 0.83 0.13 117.07 0.74 0.51
Hex 30 DF 27 4E 0 53 D 75 4A 33
Octal 60 337 47 116 0 123 15 165 112 63
Binary 110000 11011111 100111 1001110 0 1010011 1101 1110101 1001010 110011

Color Harmonies of #30DF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DF27

Black with #30DF27

Text Example


Text Example

White with #30DF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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