Html Css Color HEX #1CCB2F Lime Green

📋 copy color: '#1CCB2F'

red 28 ◦ green 203 ◦ blue 47

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

Shades of Lime Green #1CCB2F

Tints of Lime Green #1CCB2F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 73.02%

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 10.07%
G = 73.02%
B = 16.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#1CCB2F (or 0x1CCB2F) is known color: Lime Green. HEX triplet: 1C, CB and 2F. RGB value is (28,203,47). Sum of RGB (Red+Green+Blue) = 28+203+47=278 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.07% from 278); Green value is 203 (79.69% from 255 or 73.02% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCB2F is #E334D0. Grayscale: #858585. Windows color (decimal): -14890193 or 3132188. OLE color: 3132188.

HSL color Cylindrical-coordinate representation of color #1CCB2F: hue angle of 126.51º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCB2F is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 203 47 -
CMYK 0.86 0 0.77 0.20
HSL 126.51º 0.76% 0.45% -
HSV(B) 126.51º 0.86% 0.8% -
XYZ 22.35 43.16 9.84 -
YUV 132.89 79.52 53.18 -
System Red Green Blue C M Y K H S L
Decimal 28 203 47 0.86 0 0.77 0.20 126.51 0.76 0.45
Hex 1C CB 2F 56 0 4D 14 7F 4C 2D
Octal 34 313 57 126 0 115 24 177 114 55
Binary 11100 11001011 101111 1010110 0 1001101 10100 1111111 1001100 101101

Color Harmonies of #1CCB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCB2F

Black with #1CCB2F

Text Example


Text Example

White with #1CCB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,203,47); }

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

background-color css

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

 a { background-color: rgb(28,203,47); }

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

border-color css

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

 span { border-color: rgb(28,203,47); }

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