Html Css Color HEX #45CF33 Lime Green

📋 copy color: '#45CF33'

red 69 ◦ green 207 ◦ blue 51

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

Shades of Lime Green #45CF33

Tints of Lime Green #45CF33

RGB

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

 GREEN value IS 207 (81.25% from 255) = 63.3%

 BLUE value IS 51 (20.31% from 255) = 15.6%

R = 21.1%
G = 63.3%
B = 15.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#45CF33 (or 0x45CF33) is known color: Lime Green. HEX triplet: 45, CF and 33. RGB value is (69,207,51). Sum of RGB (Red+Green+Blue) = 69+207+51=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 207 (81.25% from 255 or 63.30% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CF33 is #BA30CC. Grayscale: #949494. Windows color (decimal): -12202189 or 3395397. OLE color: 3395397.

HSL color Cylindrical-coordinate representation of color #45CF33: hue angle of 113.08º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45CF33 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 207 51 -
CMYK 0.67 0 0.75 0.19
HSL 113.08º 0.62% 0.51% -
HSV(B) 113.08º 0.75% 0.81% -
XYZ 25.36 46.13 10.7 -
YUV 147.95 73.28 71.68 -
System Red Green Blue C M Y K H S L
Decimal 69 207 51 0.67 0 0.75 0.19 113.08 0.62 0.51
Hex 45 CF 33 43 0 4B 13 71 3E 33
Octal 105 317 63 103 0 113 23 161 76 63
Binary 1000101 11001111 110011 1000011 0 1001011 10011 1110001 111110 110011

Color Harmonies of #45CF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CF33

Black with #45CF33

Text Example


Text Example

White with #45CF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,207,51); }

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

background-color css

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

 a { background-color: rgb(69,207,51); }

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

border-color css

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

 span { border-color: rgb(69,207,51); }

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