Html Css Color HEX #30C026 Lime Green

📋 copy color: '#30C026'

red 48 ◦ green 192 ◦ blue 38

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

Shades of Lime Green #30C026

Tints of Lime Green #30C026

RGB

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

 GREEN value IS 192 (75.39% from 255) = 69.06%

 BLUE value IS 38 (15.23% from 255) = 13.67%

R = 17.27%
G = 69.06%
B = 13.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#30C026 (or 0x30C026) is known color: Lime Green. HEX triplet: 30, C0 and 26. RGB value is (48,192,38). Sum of RGB (Red+Green+Blue) = 48+192+38=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 192 (75.39% from 255 or 69.06% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 192 - color contains mainly: green. Hex color #30C026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C026 is #CF3FD9. Grayscale: #838383. Windows color (decimal): -13582298 or 2539568. OLE color: 2539568.

HSL color Cylindrical-coordinate representation of color #30C026: hue angle of 116.1º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30C026 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 192 38 -
CMYK 0.75 0 0.80 0.25
HSL 116.1º 0.67% 0.45% -
HSV(B) 116.1º 0.8% 0.75% -
XYZ 20.42 38.47 8.18 -
YUV 131.39 75.29 68.52 -
System Red Green Blue C M Y K H S L
Decimal 48 192 38 0.75 0 0.80 0.25 116.1 0.67 0.45
Hex 30 C0 26 4B 0 50 19 74 43 2D
Octal 60 300 46 113 0 120 31 164 103 55
Binary 110000 11000000 100110 1001011 0 1010000 11001 1110100 1000011 101101

Color Harmonies of #30C026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C026

Black with #30C026

Text Example


Text Example

White with #30C026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,192,38); }

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

background-color css

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

 a { background-color: rgb(48,192,38); }

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

border-color css

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

 span { border-color: rgb(48,192,38); }

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