Html Css Color HEX #45F234 Lime Green

📋 copy color: '#45F234'

red 69 ◦ green 242 ◦ blue 52

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

Shades of Lime Green #45F234

Tints of Lime Green #45F234

RGB

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

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

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

R = 19.01%
G = 66.67%
B = 14.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#45F234 (or 0x45F234) is known color: Lime Green. HEX triplet: 45, F2 and 34. RGB value is (69,242,52). Sum of RGB (Red+Green+Blue) = 69+242+52=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #45F234 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F234 is #BA0DCB. Grayscale: #A9A9A9. Windows color (decimal): -12193228 or 3469893. OLE color: 3469893.

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

Color convert

RGB 69 242 52 -
CMYK 0.71 0 0.79 0.05
HSL 114.63º 0.88% 0.58% -
HSV(B) 114.63º 0.79% 0.95% -
XYZ 34.83 65.02 13.96 -
YUV 168.61 62.19 56.95 -
System Red Green Blue C M Y K H S L
Decimal 69 242 52 0.71 0 0.79 0.05 114.63 0.88 0.58
Hex 45 F2 34 47 0 4F 5 73 58 3A
Octal 105 362 64 107 0 117 5 163 130 72
Binary 1000101 11110010 110100 1000111 0 1001111 101 1110011 1011000 111010

Color Harmonies of #45F234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45F234

Black with #45F234

Text Example


Text Example

White with #45F234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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