Html Css Color HEX #2CF72D Lime Green

📋 copy color: '#2CF72D'

red 44 ◦ green 247 ◦ blue 45

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

Shades of Lime Green #2CF72D

Tints of Lime Green #2CF72D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 73.51%

 BLUE value IS 45 (17.97% from 255) = 13.39%

R = 13.1%
G = 73.51%
B = 13.39%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#2CF72D (or 0x2CF72D) is known color: Lime Green. HEX triplet: 2C, F7 and 2D. RGB value is (44,247,45). Sum of RGB (Red+Green+Blue) = 44+247+45=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 247 (96.88% from 255 or 73.51% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 247 - color contains mainly: green. Hex color #2CF72D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF72D is #D308D2. Grayscale: #A3A3A3. Windows color (decimal): -13830355 or 3012396. OLE color: 3012396.

HSL color Cylindrical-coordinate representation of color #2CF72D: hue angle of 120.3º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF72D is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 44 247 45 -
CMYK 0.82 0 0.82 0.03
HSL 120.3º 0.93% 0.57% -
HSV(B) 120.3º 0.82% 0.97% -
XYZ 34.77 67.25 13.63 -
YUV 163.28 61.25 42.93 -
System Red Green Blue C M Y K H S L
Decimal 44 247 45 0.82 0 0.82 0.03 120.3 0.93 0.57
Hex 2C F7 2D 52 0 52 3 78 5D 39
Octal 54 367 55 122 0 122 3 170 135 71
Binary 101100 11110111 101101 1010010 0 1010010 11 1111000 1011101 111001

Color Harmonies of #2CF72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF72D

Black with #2CF72D

Text Example


Text Example

White with #2CF72D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,247,45); }

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

background-color css

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

 a { background-color: rgb(44,247,45); }

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

border-color css

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

 span { border-color: rgb(44,247,45); }

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