Html Css Color HEX #34F242 Lime Green

📋 copy color: '#34F242'

red 52 ◦ green 242 ◦ blue 66

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

Shades of Lime Green #34F242

Tints of Lime Green #34F242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.33%

R = 14.44%
G = 67.22%
B = 18.33%

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

#34F242 (or 0x34F242) is known color: Lime Green. HEX triplet: 34, F2 and 42. RGB value is (52,242,66). Sum of RGB (Red+Green+Blue) = 52+242+66=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 242 (94.92% from 255 or 67.22% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 242 - color contains mainly: green. Hex color #34F242 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F242 is #CB0DBD. Grayscale: #A5A5A5. Windows color (decimal): -13307326 or 4387380. OLE color: 4387380.

HSL color Cylindrical-coordinate representation of color #34F242: hue angle of 124.42º 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 #34F242 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 242 66 -
CMYK 0.79 0 0.73 0.05
HSL 124.42º 0.88% 0.58% -
HSV(B) 124.42º 0.79% 0.95% -
XYZ 34.15 64.63 15.83 -
YUV 165.13 72.05 47.31 -
System Red Green Blue C M Y K H S L
Decimal 52 242 66 0.79 0 0.73 0.05 124.42 0.88 0.58
Hex 34 F2 42 4F 0 49 5 7C 58 3A
Octal 64 362 102 117 0 111 5 174 130 72
Binary 110100 11110010 1000010 1001111 0 1001001 101 1111100 1011000 111010

Color Harmonies of #34F242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F242

Black with #34F242

Text Example


Text Example

White with #34F242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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