Html Css Color HEX #2CCF45 Lime Green

📋 copy color: '#2CCF45'

red 44 ◦ green 207 ◦ blue 69

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

Shades of Lime Green #2CCF45

Tints of Lime Green #2CCF45

RGB

 RED value IS 44 (17.58% from 255) = 13.75%

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

 BLUE value IS 69 (27.34% from 255) = 21.56%

R = 13.75%
G = 64.69%
B = 21.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#2CCF45 (or 0x2CCF45) is known color: Lime Green. HEX triplet: 2C, CF and 45. RGB value is (44,207,69). Sum of RGB (Red+Green+Blue) = 44+207+69=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 207 (81.25% from 255 or 64.69% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCF45 is #D330BA. Grayscale: #8E8E8E. Windows color (decimal): -13840571 or 4575020. OLE color: 4575020.

HSL color Cylindrical-coordinate representation of color #2CCF45: hue angle of 129.2º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCF45 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 44 207 69 -
CMYK 0.79 0 0.67 0.19
HSL 129.2º 0.65% 0.49% -
HSV(B) 129.2º 0.79% 0.81% -
XYZ 24.43 45.59 13.14 -
YUV 142.53 86.5 57.72 -
System Red Green Blue C M Y K H S L
Decimal 44 207 69 0.79 0 0.67 0.19 129.2 0.65 0.49
Hex 2C CF 45 4F 0 43 13 81 41 31
Octal 54 317 105 117 0 103 23 201 101 61
Binary 101100 11001111 1000101 1001111 0 1000011 10011 10000001 1000001 110001

Color Harmonies of #2CCF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCF45

Black with #2CCF45

Text Example


Text Example

White with #2CCF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CCF45; }

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

 H1.HeaderClassName
 {
   color: #2CCF45;
 }
 .AnyTagClassName
 {
   color: #2CCF45;
 }
</style>

background-color css

<style>
 a { background-color: #2CCF45; }

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

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

border-color css

<style>
 span { border-color: #2CCF45; }

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

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