Html Css Color HEX #34CC1D Lime Green

📋 copy color: '#34CC1D'

red 52 ◦ green 204 ◦ blue 29

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

Shades of Lime Green #34CC1D

Tints of Lime Green #34CC1D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 71.58%

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 18.25%
G = 71.58%
B = 10.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#34CC1D (or 0x34CC1D) is known color: Lime Green. HEX triplet: 34, CC and 1D. RGB value is (52,204,29). Sum of RGB (Red+Green+Blue) = 52+204+29=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 204 (80.08% from 255 or 71.58% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CC1D is #CB33E2. Grayscale: #8B8B8B. Windows color (decimal): -13317091 or 1952820. OLE color: 1952820.

HSL color Cylindrical-coordinate representation of color #34CC1D: hue angle of 112.11º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34CC1D is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 204 29 -
CMYK 0.75 0 0.86 0.2
HSL 112.11º 0.75% 0.46% -
HSV(B) 112.11º 0.86% 0.8% -
XYZ 23.23 44 8.43 -
YUV 138.6 66.14 66.23 -
System Red Green Blue C M Y K H S L
Decimal 52 204 29 0.75 0 0.86 0.2 112.11 0.75 0.46
Hex 34 CC 1D 4B 0 56 14 70 4B 2E
Octal 64 314 35 113 0 126 24 160 113 56
Binary 110100 11001100 11101 1001011 0 1010110 10100 1110000 1001011 101110

Color Harmonies of #34CC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CC1D

Black with #34CC1D

Text Example


Text Example

White with #34CC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,204,29); }

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

background-color css

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

 a { background-color: rgb(52,204,29); }

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

border-color css

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

 span { border-color: rgb(52,204,29); }

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