Html Css Color HEX #34CF2F Lime Green

📋 copy color: '#34CF2F'

red 52 ◦ green 207 ◦ blue 47

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

Shades of Lime Green #34CF2F

Tints of Lime Green #34CF2F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 67.65%

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 16.99%
G = 67.65%
B = 15.36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#34CF2F (or 0x34CF2F) is known color: Lime Green. HEX triplet: 34, CF and 2F. RGB value is (52,207,47). Sum of RGB (Red+Green+Blue) = 52+207+47=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 207 (81.25% from 255 or 67.65% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 207 - color contains mainly: green. Hex color #34CF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CF2F is #CB30D0. Grayscale: #8E8E8E. Windows color (decimal): -13316305 or 3133236. OLE color: 3133236.

HSL color Cylindrical-coordinate representation of color #34CF2F: hue angle of 118.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34CF2F is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 207 47 -
CMYK 0.75 0 0.77 0.19
HSL 118.13º 0.63% 0.5% -
HSV(B) 118.13º 0.77% 0.81% -
XYZ 24.24 45.56 10.21 -
YUV 142.42 74.15 63.51 -
System Red Green Blue C M Y K H S L
Decimal 52 207 47 0.75 0 0.77 0.19 118.13 0.63 0.5
Hex 34 CF 2F 4B 0 4D 13 76 3F 32
Octal 64 317 57 113 0 115 23 166 77 62
Binary 110100 11001111 101111 1001011 0 1001101 10011 1110110 111111 110010

Color Harmonies of #34CF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CF2F

Black with #34CF2F

Text Example


Text Example

White with #34CF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,207,47); }

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

background-color css

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

 a { background-color: rgb(52,207,47); }

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

border-color css

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

 span { border-color: rgb(52,207,47); }

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