Html Css Color HEX #C2EA2E Las Palmas

📋 copy color: '#C2EA2E'

red 194 ◦ green 234 ◦ blue 46

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

Shades of Las Palmas #C2EA2E

Tints of Las Palmas #C2EA2E

RGB

 RED value IS 194 (76.17% from 255) = 40.93%

 GREEN value IS 234 (91.8% from 255) = 49.37%

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

R = 40.93%
G = 49.37%
B = 9.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#C2EA2E (or 0xC2EA2E) is known color: Las Palmas. HEX triplet: C2, EA and 2E. RGB value is (194,234,46). Sum of RGB (Red+Green+Blue) = 194+234+46=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 46 (18.36% from 255 or 9.70% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EA2E is #3D15D1. Grayscale: #C9C9C9. Windows color (decimal): -4003282 or 3074754. OLE color: 3074754.

HSL color Cylindrical-coordinate representation of color #C2EA2E: hue angle of 72.77º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2EA2E is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 234 46 -
CMYK 0.17 0 0.80 0.08
HSL 72.77º 0.82% 0.55% -
HSV(B) 72.77º 0.8% 0.92% -
XYZ 52.16 70.51 13.45 -
YUV 200.61 40.75 123.29 -
System Red Green Blue C M Y K H S L
Decimal 194 234 46 0.17 0 0.80 0.08 72.77 0.82 0.55
Hex C2 EA 2E 11 0 50 8 49 52 37
Octal 302 352 56 21 0 120 10 111 122 67
Binary 11000010 11101010 101110 10001 0 1010000 1000 1001001 1010010 110111

Color Harmonies of #C2EA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EA2E

Black with #C2EA2E

Text Example


Text Example

White with #C2EA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EA2E; }

 p { color: rgb(194,234,46); }

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

background-color css

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

 a { background-color: rgb(194,234,46); }

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

border-color css

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

 span { border-color: rgb(194,234,46); }

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