Html Css Color HEX #34F23F Lime Green

📋 copy color: '#34F23F'

red 52 ◦ green 242 ◦ blue 63

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

Shades of Lime Green #34F23F

Tints of Lime Green #34F23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.65%

R = 14.57%
G = 67.79%
B = 17.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#34F23F (or 0x34F23F) is known color: Lime Green. HEX triplet: 34, F2 and 3F. RGB value is (52,242,63). Sum of RGB (Red+Green+Blue) = 52+242+63=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 242 (94.92% from 255 or 67.79% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 242 - color contains mainly: green. Hex color #34F23F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F23F is #CB0DC0. Grayscale: #A5A5A5. Windows color (decimal): -13307329 or 4190772. OLE color: 4190772.

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

Color convert

RGB 52 242 63 -
CMYK 0.79 0 0.74 0.05
HSL 123.47º 0.88% 0.58% -
HSV(B) 123.47º 0.79% 0.95% -
XYZ 34.07 64.59 15.37 -
YUV 164.78 70.55 47.55 -
System Red Green Blue C M Y K H S L
Decimal 52 242 63 0.79 0 0.74 0.05 123.47 0.88 0.58
Hex 34 F2 3F 4F 0 4A 5 7B 58 3A
Octal 64 362 77 117 0 112 5 173 130 72
Binary 110100 11110010 111111 1001111 0 1001010 101 1111011 1011000 111010

Color Harmonies of #34F23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F23F

Black with #34F23F

Text Example


Text Example

White with #34F23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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