Html Css Color HEX #44CF4B Lime Green

📋 copy color: '#44CF4B'

red 68 ◦ green 207 ◦ blue 75

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

Shades of Lime Green #44CF4B

Tints of Lime Green #44CF4B

RGB

 RED value IS 68 (26.95% from 255) = 19.43%

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

 BLUE value IS 75 (29.69% from 255) = 21.43%

R = 19.43%
G = 59.14%
B = 21.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#44CF4B (or 0x44CF4B) is known color: Lime Green. HEX triplet: 44, CF and 4B. RGB value is (68,207,75). Sum of RGB (Red+Green+Blue) = 68+207+75=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #44CF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CF4B is #BB30B4. Grayscale: #969696. Windows color (decimal): -12267701 or 4968260. OLE color: 4968260.

HSL color Cylindrical-coordinate representation of color #44CF4B: hue angle of 123.02º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CF4B is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 207 75 -
CMYK 0.67 0 0.64 0.19
HSL 123.02º 0.59% 0.54% -
HSV(B) 123.02º 0.67% 0.81% -
XYZ 25.97 46.36 14.24 -
YUV 150.39 85.45 69.23 -
System Red Green Blue C M Y K H S L
Decimal 68 207 75 0.67 0 0.64 0.19 123.02 0.59 0.54
Hex 44 CF 4B 43 0 40 13 7B 3B 36
Octal 104 317 113 103 0 100 23 173 73 66
Binary 1000100 11001111 1001011 1000011 0 1000000 10011 1111011 111011 110110

Color Harmonies of #44CF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CF4B

Black with #44CF4B

Text Example


Text Example

White with #44CF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44CF4B; }

 p { color: rgb(68,207,75); }

 H1.HeaderClassName
 {
   color: #44CF4B;
 }
 .AnyTagClassName
 {
   color: #44CF4B;
 }
</style>

background-color css

<style>
 a { background-color: #44CF4B; }

 a { background-color: rgb(68,207,75); }

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

border-color css

<style>
 span { border-color: #44CF4B; }

 span { border-color: rgb(68,207,75); }

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