Html Css Color HEX #C3E12E Las Palmas

📋 copy color: '#C3E12E'

red 195 ◦ green 225 ◦ blue 46

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

Shades of Las Palmas #C3E12E

Tints of Las Palmas #C3E12E

RGB

 RED value IS 195 (76.56% from 255) = 41.85%

 GREEN value IS 225 (88.28% from 255) = 48.28%

 BLUE value IS 46 (18.36% from 255) = 9.87%

R = 41.85%
G = 48.28%
B = 9.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#C3E12E (or 0xC3E12E) is known color: Las Palmas. HEX triplet: C3, E1 and 2E. RGB value is (195,225,46). Sum of RGB (Red+Green+Blue) = 195+225+46=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E12E is #3C1ED1. Grayscale: #C4C4C4. Windows color (decimal): -3940050 or 3072451. OLE color: 3072451.

HSL color Cylindrical-coordinate representation of color #C3E12E: hue angle of 70.06º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3E12E is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 225 46 -
CMYK 0.13 0 0.80 0.12
HSL 70.06º 0.75% 0.53% -
HSV(B) 70.06º 0.8% 0.88% -
XYZ 49.92 65.65 12.63 -
YUV 195.62 43.56 127.55 -
System Red Green Blue C M Y K H S L
Decimal 195 225 46 0.13 0 0.80 0.12 70.06 0.75 0.53
Hex C3 E1 2E D 0 50 C 46 4B 35
Octal 303 341 56 15 0 120 14 106 113 65
Binary 11000011 11100001 101110 1101 0 1010000 1100 1000110 1001011 110101

Color Harmonies of #C3E12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E12E

Black with #C3E12E

Text Example


Text Example

White with #C3E12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E12E; }

 p { color: rgb(195,225,46); }

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

background-color css

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

 a { background-color: rgb(195,225,46); }

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

border-color css

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

 span { border-color: rgb(195,225,46); }

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