Html Css Color HEX #34F127 Lime Green

📋 copy color: '#34F127'

red 52 ◦ green 241 ◦ blue 39

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

Shades of Lime Green #34F127

Tints of Lime Green #34F127

RGB

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

 GREEN value IS 241 (94.53% from 255) = 72.59%

 BLUE value IS 39 (15.63% from 255) = 11.75%

R = 15.66%
G = 72.59%
B = 11.75%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#34F127 (or 0x34F127) is known color: Lime Green. HEX triplet: 34, F1 and 27. RGB value is (52,241,39). Sum of RGB (Red+Green+Blue) = 52+241+39=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 241 (94.53% from 255 or 72.59% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 241 - color contains mainly: green. Hex color #34F127 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F127 is #CB0ED8. Grayscale: #A2A2A2. Windows color (decimal): -13307609 or 2617652. OLE color: 2617652.

HSL color Cylindrical-coordinate representation of color #34F127: hue angle of 116.14º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34F127 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 241 39 -
CMYK 0.78 0 0.84 0.05
HSL 116.14º 0.88% 0.55% -
HSV(B) 116.14º 0.84% 0.95% -
XYZ 33.24 63.79 12.48 -
YUV 161.46 58.88 49.93 -
System Red Green Blue C M Y K H S L
Decimal 52 241 39 0.78 0 0.84 0.05 116.14 0.88 0.55
Hex 34 F1 27 4E 0 54 5 74 58 37
Octal 64 361 47 116 0 124 5 164 130 67
Binary 110100 11110001 100111 1001110 0 1010100 101 1110100 1011000 110111

Color Harmonies of #34F127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F127

Black with #34F127

Text Example


Text Example

White with #34F127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,241,39); }

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

background-color css

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

 a { background-color: rgb(52,241,39); }

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

border-color css

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

 span { border-color: rgb(52,241,39); }

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