Html Css Color HEX #CDF912 Electric Lime

📋 copy color: '#CDF912'

red 205 ◦ green 249 ◦ blue 18

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

Shades of Electric Lime #CDF912

Tints of Electric Lime #CDF912

RGB

 RED value IS 205 (80.47% from 255) = 43.43%

 GREEN value IS 249 (97.66% from 255) = 52.75%

 BLUE value IS 18 (7.42% from 255) = 3.81%

R = 43.43%
G = 52.75%
B = 3.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#CDF912 (or 0xCDF912) is known color: Electric Lime. HEX triplet: CD, F9 and 12. RGB value is (205,249,18). Sum of RGB (Red+Green+Blue) = 205+249+18=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 249 (97.66% from 255 or 52.75% from 472); Blue value is 18 (7.42% from 255 or 3.81% from 472); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF912 is #3206ED. Grayscale: #D2D2D2. Windows color (decimal): -3278574 or 1243597. OLE color: 1243597.

HSL color Cylindrical-coordinate representation of color #CDF912: hue angle of 71.43º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDF912 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 249 18 -
CMYK 0.18 0 0.93 0.02
HSL 71.43º 0.95% 0.52% -
HSV(B) 71.43º 0.93% 0.98% -
XYZ 59.16 80.77 13.05 -
YUV 209.51 19.92 124.78 -
System Red Green Blue C M Y K H S L
Decimal 205 249 18 0.18 0 0.93 0.02 71.43 0.95 0.52
Hex CD F9 12 12 0 5D 2 47 5F 34
Octal 315 371 22 22 0 135 2 107 137 64
Binary 11001101 11111001 10010 10010 0 1011101 10 1000111 1011111 110100

Color Harmonies of #CDF912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF912

Black with #CDF912

Text Example


Text Example

White with #CDF912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF912; }

 p { color: rgb(205,249,18); }

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

background-color css

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

 a { background-color: rgb(205,249,18); }

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

border-color css

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

 span { border-color: rgb(205,249,18); }

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