Html Css Color HEX #34BF30 Lime Green

📋 copy color: '#34BF30'

red 52 ◦ green 191 ◦ blue 48

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

Shades of Lime Green #34BF30

Tints of Lime Green #34BF30

RGB

 RED value IS 52 (20.7% from 255) = 17.87%

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

 BLUE value IS 48 (19.14% from 255) = 16.49%

R = 17.87%
G = 65.64%
B = 16.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#34BF30 (or 0x34BF30) is known color: Lime Green. HEX triplet: 34, BF and 30. RGB value is (52,191,48). Sum of RGB (Red+Green+Blue) = 52+191+48=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 191 (75% from 255 or 65.64% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 191 - color contains mainly: green. Hex color #34BF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BF30 is #CB40CF. Grayscale: #858585. Windows color (decimal): -13320400 or 3194676. OLE color: 3194676.

HSL color Cylindrical-coordinate representation of color #34BF30: hue angle of 118.32º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34BF30 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 191 48 -
CMYK 0.73 0 0.75 0.25
HSL 118.32º 0.6% 0.47% -
HSV(B) 118.32º 0.75% 0.75% -
XYZ 20.58 38.21 9.09 -
YUV 133.14 79.95 70.13 -
System Red Green Blue C M Y K H S L
Decimal 52 191 48 0.73 0 0.75 0.25 118.32 0.6 0.47
Hex 34 BF 30 49 0 4B 19 76 3C 2F
Octal 64 277 60 111 0 113 31 166 74 57
Binary 110100 10111111 110000 1001001 0 1001011 11001 1110110 111100 101111

Color Harmonies of #34BF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BF30

Black with #34BF30

Text Example


Text Example

White with #34BF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34BF30; }

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

 H1.HeaderClassName
 {
   color: #34BF30;
 }
 .AnyTagClassName
 {
   color: #34BF30;
 }
</style>

background-color css

<style>
 a { background-color: #34BF30; }

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

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

border-color css

<style>
 span { border-color: #34BF30; }

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

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