Html Css Color HEX #CFFD0D Electric Lime

📋 copy color: '#CFFD0D'

red 207 ◦ green 253 ◦ blue 13

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

Shades of Electric Lime #CFFD0D

Tints of Electric Lime #CFFD0D

RGB

 RED value IS 207 (81.25% from 255) = 43.76%

 GREEN value IS 253 (99.22% from 255) = 53.49%

 BLUE value IS 13 (5.47% from 255) = 2.75%

R = 43.76%
G = 53.49%
B = 2.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#CFFD0D (or 0xCFFD0D) is known color: Electric Lime. HEX triplet: CF, FD and 0D. RGB value is (207,253,13). Sum of RGB (Red+Green+Blue) = 207+253+13=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 253 (99.22% from 255 or 53.49% from 473); Blue value is 13 (5.47% from 255 or 2.75% from 473); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFD0D is #3002F2. Grayscale: #D4D4D4. Windows color (decimal): -3146483 or 916943. OLE color: 916943.

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

Color convert

RGB 207 253 13 -
CMYK 0.18 0 0.95 0.01
HSL 71.5º 0.98% 0.52% -
HSV(B) 71.5º 0.95% 0.99% -
XYZ 60.93 83.55 13.3 -
YUV 211.89 15.76 124.51 -
System Red Green Blue C M Y K H S L
Decimal 207 253 13 0.18 0 0.95 0.01 71.5 0.98 0.52
Hex CF FD D 12 0 5F 1 48 62 34
Octal 317 375 15 22 0 137 1 110 142 64
Binary 11001111 11111101 1101 10010 0 1011111 1 1001000 1100010 110100

Color Harmonies of #CFFD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFD0D

Black with #CFFD0D

Text Example


Text Example

White with #CFFD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFD0D; }

 p { color: rgb(207,253,13); }

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

background-color css

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

 a { background-color: rgb(207,253,13); }

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

border-color css

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

 span { border-color: rgb(207,253,13); }

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