Html Css Color HEX #34F241 Lime Green

📋 copy color: '#34F241'

red 52 ◦ green 242 ◦ blue 65

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

Shades of Lime Green #34F241

Tints of Lime Green #34F241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 67.41%

 BLUE value IS 65 (25.78% from 255) = 18.11%

R = 14.48%
G = 67.41%
B = 18.11%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#34F241 (or 0x34F241) is known color: Lime Green. HEX triplet: 34, F2 and 41. RGB value is (52,242,65). Sum of RGB (Red+Green+Blue) = 52+242+65=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #34F241 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F241 is #CB0DBE. Grayscale: #A5A5A5. Windows color (decimal): -13307327 or 4321844. OLE color: 4321844.

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

Color convert

RGB 52 242 65 -
CMYK 0.79 0 0.73 0.05
HSL 124.11º 0.88% 0.58% -
HSV(B) 124.11º 0.79% 0.95% -
XYZ 34.12 64.62 15.67 -
YUV 165.01 71.55 47.39 -
System Red Green Blue C M Y K H S L
Decimal 52 242 65 0.79 0 0.73 0.05 124.11 0.88 0.58
Hex 34 F2 41 4F 0 49 5 7C 58 3A
Octal 64 362 101 117 0 111 5 174 130 72
Binary 110100 11110010 1000001 1001111 0 1001001 101 1111100 1011000 111010

Color Harmonies of #34F241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F241

Black with #34F241

Text Example


Text Example

White with #34F241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,242,65); }

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

background-color css

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

 a { background-color: rgb(52,242,65); }

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

border-color css

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

 span { border-color: rgb(52,242,65); }

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