Html Css Color HEX #30BF26 Lime Green

📋 copy color: '#30BF26'

red 48 ◦ green 191 ◦ blue 38

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

Shades of Lime Green #30BF26

Tints of Lime Green #30BF26

RGB

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

 GREEN value IS 191 (75% from 255) = 68.95%

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

R = 17.33%
G = 68.95%
B = 13.72%

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

#30BF26 (or 0x30BF26) is known color: Lime Green. HEX triplet: 30, BF and 26. RGB value is (48,191,38). Sum of RGB (Red+Green+Blue) = 48+191+38=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 191 (75% from 255 or 68.95% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BF26 is #CF40D9. Grayscale: #838383. Windows color (decimal): -13582554 or 2539312. OLE color: 2539312.

HSL color Cylindrical-coordinate representation of color #30BF26: hue angle of 116.08º 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 #30BF26 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 191 38 -
CMYK 0.75 0 0.80 0.25
HSL 116.08º 0.67% 0.45% -
HSV(B) 116.08º 0.8% 0.75% -
XYZ 20.2 38.03 8.11 -
YUV 130.8 75.62 68.94 -
System Red Green Blue C M Y K H S L
Decimal 48 191 38 0.75 0 0.80 0.25 116.08 0.67 0.45
Hex 30 BF 26 4B 0 50 19 74 43 2D
Octal 60 277 46 113 0 120 31 164 103 55
Binary 110000 10111111 100110 1001011 0 1010000 11001 1110100 1000011 101101

Color Harmonies of #30BF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BF26

Black with #30BF26

Text Example


Text Example

White with #30BF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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