Html Css Color HEX #2CF345 Lime Green

📋 copy color: '#2CF345'

red 44 ◦ green 243 ◦ blue 69

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

Shades of Lime Green #2CF345

Tints of Lime Green #2CF345

RGB

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

 GREEN value IS 243 (95.31% from 255) = 68.26%

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

R = 12.36%
G = 68.26%
B = 19.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#2CF345 (or 0x2CF345) is known color: Lime Green. HEX triplet: 2C, F3 and 45. RGB value is (44,243,69). Sum of RGB (Red+Green+Blue) = 44+243+69=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 243 (95.31% from 255 or 68.26% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF345 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF345 is #D30CBA. Grayscale: #A4A4A4. Windows color (decimal): -13831355 or 4584236. OLE color: 4584236.

HSL color Cylindrical-coordinate representation of color #2CF345: hue angle of 127.54º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF345 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 44 243 69 -
CMYK 0.82 0 0.72 0.05
HSL 127.54º 0.89% 0.56% -
HSV(B) 127.54º 0.82% 0.95% -
XYZ 34.16 65.07 16.39 -
YUV 163.66 74.57 42.65 -
System Red Green Blue C M Y K H S L
Decimal 44 243 69 0.82 0 0.72 0.05 127.54 0.89 0.56
Hex 2C F3 45 52 0 48 5 80 59 38
Octal 54 363 105 122 0 110 5 200 131 70
Binary 101100 11110011 1000101 1010010 0 1001000 101 10000000 1011001 111000

Color Harmonies of #2CF345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF345

Black with #2CF345

Text Example


Text Example

White with #2CF345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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