Html Css Color HEX #30CC2C Lime Green

📋 copy color: '#30CC2C'

red 48 ◦ green 204 ◦ blue 44

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

Shades of Lime Green #30CC2C

Tints of Lime Green #30CC2C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 68.92%

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 16.22%
G = 68.92%
B = 14.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#30CC2C (or 0x30CC2C) is known color: Lime Green. HEX triplet: 30, CC and 2C. RGB value is (48,204,44). Sum of RGB (Red+Green+Blue) = 48+204+44=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 204 (80.08% from 255 or 68.92% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 204 - color contains mainly: green. Hex color #30CC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CC2C is #CF33D3. Grayscale: #8B8B8B. Windows color (decimal): -13579220 or 2935856. OLE color: 2935856.

HSL color Cylindrical-coordinate representation of color #30CC2C: hue angle of 118.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30CC2C is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 204 44 -
CMYK 0.76 0 0.78 0.2
HSL 118.5º 0.65% 0.49% -
HSV(B) 118.5º 0.78% 0.8% -
XYZ 23.27 44 9.65 -
YUV 139.12 74.32 63.01 -
System Red Green Blue C M Y K H S L
Decimal 48 204 44 0.76 0 0.78 0.2 118.5 0.65 0.49
Hex 30 CC 2C 4C 0 4E 14 76 41 31
Octal 60 314 54 114 0 116 24 166 101 61
Binary 110000 11001100 101100 1001100 0 1001110 10100 1110110 1000001 110001

Color Harmonies of #30CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CC2C

Black with #30CC2C

Text Example


Text Example

White with #30CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,204,44); }

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

background-color css

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

 a { background-color: rgb(48,204,44); }

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

border-color css

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

 span { border-color: rgb(48,204,44); }

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