Html Css Color HEX #30C236 Lime Green

📋 copy color: '#30C236'

red 48 ◦ green 194 ◦ blue 54

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

Shades of Lime Green #30C236

Tints of Lime Green #30C236

RGB

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

 GREEN value IS 194 (76.17% from 255) = 65.54%

 BLUE value IS 54 (21.48% from 255) = 18.24%

R = 16.22%
G = 65.54%
B = 18.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#30C236 (or 0x30C236) is known color: Lime Green. HEX triplet: 30, C2 and 36. RGB value is (48,194,54). Sum of RGB (Red+Green+Blue) = 48+194+54=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 194 (76.17% from 255 or 65.54% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 194 - color contains mainly: green. Hex color #30C236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C236 is #CF3DC9. Grayscale: #868686. Windows color (decimal): -13581770 or 3588656. OLE color: 3588656.

HSL color Cylindrical-coordinate representation of color #30C236: hue angle of 122.47º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C236 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 194 54 -
CMYK 0.75 0 0.72 0.24
HSL 122.47º 0.6% 0.47% -
HSV(B) 122.47º 0.75% 0.76% -
XYZ 21.18 39.48 9.99 -
YUV 134.39 82.63 66.38 -
System Red Green Blue C M Y K H S L
Decimal 48 194 54 0.75 0 0.72 0.24 122.47 0.6 0.47
Hex 30 C2 36 4B 0 48 18 7A 3C 2F
Octal 60 302 66 113 0 110 30 172 74 57
Binary 110000 11000010 110110 1001011 0 1001000 11000 1111010 111100 101111

Color Harmonies of #30C236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C236

Black with #30C236

Text Example


Text Example

White with #30C236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,194,54); }

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

background-color css

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

 a { background-color: rgb(48,194,54); }

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

border-color css

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

 span { border-color: rgb(48,194,54); }

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