Html Css Color HEX #45EE34 Lime Green

📋 copy color: '#45EE34'

red 69 ◦ green 238 ◦ blue 52

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

Shades of Lime Green #45EE34

Tints of Lime Green #45EE34

RGB

 RED value IS 69 (27.34% from 255) = 19.22%

 GREEN value IS 238 (93.36% from 255) = 66.3%

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

R = 19.22%
G = 66.3%
B = 14.48%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#45EE34 (or 0x45EE34) is known color: Lime Green. HEX triplet: 45, EE and 34. RGB value is (69,238,52). Sum of RGB (Red+Green+Blue) = 69+238+52=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 238 (93.36% from 255 or 66.30% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 238 - color contains mainly: green. Hex color #45EE34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EE34 is #BA11CB. Grayscale: #A6A6A6. Windows color (decimal): -12194252 or 3468869. OLE color: 3468869.

HSL color Cylindrical-coordinate representation of color #45EE34: hue angle of 114.52º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45EE34 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 69 238 52 -
CMYK 0.71 0 0.78 0.07
HSL 114.52º 0.85% 0.57% -
HSV(B) 114.52º 0.78% 0.93% -
XYZ 33.65 62.66 13.57 -
YUV 166.27 63.51 58.62 -
System Red Green Blue C M Y K H S L
Decimal 69 238 52 0.71 0 0.78 0.07 114.52 0.85 0.57
Hex 45 EE 34 47 0 4E 7 73 55 39
Octal 105 356 64 107 0 116 7 163 125 71
Binary 1000101 11101110 110100 1000111 0 1001110 111 1110011 1010101 111001

Color Harmonies of #45EE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45EE34

Black with #45EE34

Text Example


Text Example

White with #45EE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45EE34; }

 p { color: rgb(69,238,52); }

 H1.HeaderClassName
 {
   color: #45EE34;
 }
 .AnyTagClassName
 {
   color: #45EE34;
 }
</style>

background-color css

<style>
 a { background-color: #45EE34; }

 a { background-color: rgb(69,238,52); }

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

border-color css

<style>
 span { border-color: #45EE34; }

 span { border-color: rgb(69,238,52); }

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