Html Css Color HEX #1CCF2A Lime Green

📋 copy color: '#1CCF2A'

red 28 ◦ green 207 ◦ blue 42

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

Shades of Lime Green #1CCF2A

Tints of Lime Green #1CCF2A

RGB

 RED value IS 28 (11.33% from 255) = 10.11%

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

 BLUE value IS 42 (16.8% from 255) = 15.16%

R = 10.11%
G = 74.73%
B = 15.16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#1CCF2A (or 0x1CCF2A) is known color: Lime Green. HEX triplet: 1C, CF and 2A. RGB value is (28,207,42). Sum of RGB (Red+Green+Blue) = 28+207+42=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 207 (81.25% from 255 or 74.73% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCF2A is #E330D5. Grayscale: #878787. Windows color (decimal): -14889174 or 2805532. OLE color: 2805532.

HSL color Cylindrical-coordinate representation of color #1CCF2A: hue angle of 124.69º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCF2A is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 207 42 -
CMYK 0.86 0 0.80 0.19
HSL 124.69º 0.76% 0.46% -
HSV(B) 124.69º 0.86% 0.81% -
XYZ 23.21 45.04 9.66 -
YUV 134.67 75.7 51.92 -
System Red Green Blue C M Y K H S L
Decimal 28 207 42 0.86 0 0.80 0.19 124.69 0.76 0.46
Hex 1C CF 2A 56 0 50 13 7D 4C 2E
Octal 34 317 52 126 0 120 23 175 114 56
Binary 11100 11001111 101010 1010110 0 1010000 10011 1111101 1001100 101110

Color Harmonies of #1CCF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCF2A

Black with #1CCF2A

Text Example


Text Example

White with #1CCF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CCF2A; }

 p { color: rgb(28,207,42); }

 H1.HeaderClassName
 {
   color: #1CCF2A;
 }
 .AnyTagClassName
 {
   color: #1CCF2A;
 }
</style>

background-color css

<style>
 a { background-color: #1CCF2A; }

 a { background-color: rgb(28,207,42); }

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

border-color css

<style>
 span { border-color: #1CCF2A; }

 span { border-color: rgb(28,207,42); }

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